You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Carlos Cruz <ca...@nbtbizcapital.com> on 2017/10/27 21:32:32 UTC

royale build error

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this
line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded
or found in cache

 

I can fix this error if I manually download the file and rename it,  as it
downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this
line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or
found in cache

 

I'm I being obtuse or I'm I missing something?

 

Carlos


Re: royale build error

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

There is also instruction how to build FlexJS using Maven [1] - It should
work also for Royale. You can use also maven for building your
applications. Each example in repo has ability to build by ANT and Maven.

[1]
https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven

Good Luck! Piotr


2017-10-30 7:37 GMT+01:00 Alex Harui <ah...@adobe.com>:

> Hi Carlos,
>
> That looks better (except for the test failures).  In the royale-compiler
> folder, there should be:
>
> compiler/target/junit-reports/TEST-as.ASExpressionTests.xml
>
> It should start with:
>
> <?xml version="1.0" encoding="UTF-8" ?>
>
> <testsuite errors="0" failures="3" hostname="…" name=
> "as.ASExpressionTests" skipped="0" tests="3"
>
>
> If failures="0", then look in the other xml files in compiler/target/unit-
> reports
>
> Post the file with the failures so we can see what is failing.
>
> Thanks,
> -Alex
>
> From: Carlos Cruz <ca...@nbtbizcapital.com>
> Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
> Date: Sunday, October 29, 2017 at 11:20 PM
> To: "users@royale.apache.org" <us...@royale.apache.org>
> Subject: RE: royale build error
>
> Hi Alex;
>
>
>
> I don’t claim to be an ANT master or expert but I work with it almost
> daily, but Royale is beginning to make feel like the court’s jester L.
>
>
>
> Re the windows environment variables I was just being lazy… I made the
> necessary changes
>
> The build still fails my steps:
>
> 1.       git clone https://github.com/apache/royale-asjs.git
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>
>
> 2.       git checkout develop
>
> 3.       ran ant all
>
>
>
> I’m including the console output in case I’m following the right procedure
> and you need the output to diagnose something, I’m NOT trying to impose.
>
>
>
> Thx!
>
> Carlos
>
>
>
> C:\>git clone https://github.com/apache/royale-asjs.git
>
> Cloning into 'royale-asjs'...
>
> remote: Counting objects: 90363, done.
>
> remote: Compressing objects: 100% (192/192), done.
>
> remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
>
> Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
>
> Resolving deltas: 100% (54393/54393), done.
>
>
>
> C:\>cd royale-asjs
>
>
>
> C:\royale-asjs>git checkout develop
>
> Checking out files: 100% (5030/5030), done.
>
> Branch develop set up to track remote branch develop from origin.
>
> Switched to a new branch 'develop'
>
>
>
> C:\royale-asjs>ant all
>
> Buildfile: C:\royale-asjs\build.xml
>
>
>
> set.base.folder:
>
>
>
> check-git:
>
>      [echo] Checking for Git...
>
>      [exec] git version 2.10.0.windows.1
>
>
>
> get-download-folder:
>
>
>
> download-all:
>
>      [echo] Using folder C:\royale-asjs/..
>
>
>
> check-royale-asjs:
>
>
>
> warn-before-clone:
>
>
>
> check-royale-asjs:
>
>
>
> clone-royale-asjs:
>
>
>
> check-royale-compiler:
>
>
>
> clone-royale-compiler:
>
>      [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-
> compiler
>
>      [exec] Cloning into 'royale-compiler'...
>
>      [exec] Branch develop set up to track remote branch develop from
> origin.
>
>      [exec] Switched to a new branch 'develop'
>
>
>
> check-royale-typedefs:
>
>
>
> clone-royale-typedefs:
>
>      [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-
> typedefs
>
>      [exec] Cloning into 'royale-typedefs'...
>
>      [exec] Branch develop set up to track remote branch develop from
> origin.
>
>      [exec] Switched to a new branch 'develop'
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
>
>      [echo] playerglobal.version is 11.1
>
>      [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc
>
>
>
> check-air-home:
>
>      [echo] AIR_HOME is C:\AdobeAIRSDK
>
>
>
> build-all:
>
>     [input] This script will now download and compile lots of files.  This
> can take several minutes.   No interaction should be required.  Press the
> enter key to continue.
>
>
>
> Trying to override old definition of task tar-gzip
>
>
>
> sdk:
>
>
>
> annotate.class:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler-
> build-tools\target\classes
>
>     [javac] Compiling 1 source file to C:\royale-compiler\compiler-
> build-tools\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\
> apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning:
> [serial] serializable class AnnotateClassDeleteException has no definition
> of serialVersionUID
>
>     [javac]     public static class AnnotateClassDeleteException extends
> Exception
>
>     [javac]                   ^
>
>     [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\
> apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning:
> [serial] serializable class AnnotateClassRenameException has no definition
> of serialVersionUID
>
>     [javac]     public static class AnnotateClassRenameException extends
> Exception
>
>     [javac]                   ^
>
>     [javac] 6 warnings
>
>
>
> unknown.tree.pattern.input.output:
>
>     [javac] Compiling 1 source file to C:\royale-compiler\compiler-
> build-tools\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>
>
> main:
>
>
>
> compiler.downloads.cache:
>
>
>
> compiler.downloads:
>
>
>
> prepare:
>
>      [echo] Making lib directory C:\royale-compiler\compiler/lib/external
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\lib\external
>
>
>
> all:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//antlr.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>       [get] Getting: http://www.antlr.org/license.html
>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.
> html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-
> complete/3.5.2/antlr-complete-3.5.2.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-cli.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-
> cli/1.2/commons-cli-1.2.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-io.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/
> 2.4/commons-io-2.4.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-lang-2.6.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-
> lang/2.6/commons-lang-2.6.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.
> jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//guava.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>       [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.
> html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/
> maven2/com/google/guava/guava/20.0/guava-20.0.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jburg.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/
> jburg/1.10.2/jburg-1.10.2.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jflex.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> download-dependency-zip:
>
>
>
> check-cache:
>
>
>
> download-zip:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\in
>
>
>
> get-if-not-cached:
>
>       [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz
>
>       [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> untar-file:
>
>     [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz
> into C:\royale-compiler\compiler\in\temp
>
>
>
> unzip-file:
>
>
>
> copy-downloaded-jar:
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
>
>      [copy] Copying C:\royale-compiler\compiler\
> in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\
> lib\external\jflex.jar
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//lzma-sdk.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>       [get] Getting: http://www.7-zip.org/sdk.html
>
>       [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.
> html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-dependency-jar:
>
>
>
> download-dependency-zip:
>
>
>
> check-cache:
>
>
>
> download-zip:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: http://www.java2s.com/Code/
> JarDownload/lzma/lzma-9.20.jar.zip
>
>       [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> untar-file:
>
>
>
> unzip-file:
>
>     [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip
> into C:\royale-compiler\compiler\in\temp
>
>
>
> copy-downloaded-jar:
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
>
>      [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to
> C:\royale-compiler\compiler\lib\external\lzma-sdk.jar
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//flex-tool-api.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting: C:\royale-compiler\compiler\
> src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>       [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
>
>       [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-
> LICENSE.html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-
> tool-api/1.0.0/flex-tool-api-1.0.0.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> main:
>
>
>
> IASNodeAdapter:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler-
> jburg-types\target\classes
>
>     [javac] Compiling 1 source file to C:\royale-compiler\compiler-
> jburg-types\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>
>
> main:
>
>
>
> compiler.test.downloads.cache:
>
>
>
> compiler.test.downloads:
>
>
>
> prepare:
>
>
>
> junit-jar-check:
>
>
>
> junit-jar:
>
>      [echo] Obtaining lib/external/junit-4.10.jar
>
>
>
> junit-jar-check:
>
>
>
> junit-download-jar:
>
>
>
> download-jar:
>
>       [get] Getting: http://search.maven.org/remotecontent?filepath=junit/
> junit/4.10/junit-4.10.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
>
>       [get] http://search.maven.org/remotecontent?filepath=junit/
> junit/4.10/junit-4.10.jar moved to https://repo1.maven.org/
> maven2/junit/junit/4.10/junit-4.10.jar
>
>
>
> double-check-file:
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> fail-with-message:
>
>
>
> commons-compress-jar-check:
>
>
>
> commons-compress-jar:
>
>      [echo] Obtaining lib/external/commons-compress-1.10.jar
>
>
>
> commons-compress-jar-check:
>
>
>
> commons-compress-download-jar:
>
>
>
> download-jar:
>
>       [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/
> commons-compress/1.10/commons-compress-1.10.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-
> 1.10.jar
>
>
>
> double-check-file:
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> fail-with-message:
>
>
>
> commons-lang3-jar-check:
>
>
>
> commons-lang3-jar:
>
>      [echo] Obtaining lib/external/commons-lang3-3.4.jar
>
>
>
> commons-lang3-jar-check:
>
>
>
> commons-lang3-download-jar:
>
>
>
> download-jar:
>
>       [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/
> commons-lang3/3.4/commons-lang3-3.4.jar
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.
> 4.jar
>
>
>
> double-check-file:
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> fail-with-message:
>
>
>
> main:
>
>
>
> test.classes:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler-
> test-utils\target\classes
>
>     [javac] Compiling 6 source files to C:\royale-compiler\compiler-
> test-utils\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>
>
> main:
>
>
>
> download:
>
>
>
> prepare:
>
>      [echo] Making lib directory C:\royale-compiler\compiler/lib/external
>
>
>
> all:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//antlr.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-cli.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-io.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-lang-2.6.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//guava.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jburg.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jflex.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//lzma-sdk.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//flex-tool-api.jar
>
>
>
> download-dependency:
>
>
>
> main:
>
>    [delete] Deleting directory C:\royale-compiler\compiler\in
>
>
>
> setup:
>
>
>
> set.raw.as.tokenizer.uptodate:
>
>
>
> raw.as.tokenizer:
>
>      [echo] Generating RawASTokenizer
>
>      [java]
>
>      [java] Warning in file "C:\royale-compiler\compiler\
> src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex"
> (line 848):
>
>      [java] ".|\n" does not match all characters, because "." excludes all
> Unicode newline chars - use "[^]" instead
>
>      [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
>
>      [java]                                              ^
>
>      [java]
>
>      [java] Warning in file "C:\royale-compiler\compiler\
> src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex"
> (line 935):
>
>      [java] ".|\n" does not match all characters, because "." excludes all
> Unicode newline chars - use "[^]" instead
>
>      [java] <E4X> .|"\n"
>
>      [java]       ^
>
>      [java]
>
>      [java] Warning in file "C:\royale-compiler\compiler\
> src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex"
> (line 1290):
>
>      [java] ".|\n" does not match all characters, because "." excludes all
> Unicode newline chars - use "[^]" instead
>
>      [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION,
> TYPED_COLLECTION_LITERAL> .|"\n"
>
>      [java]
>                                       ^
>
>
>
> set.raw.asdoc.tokenizer.uptodate:
>
>
>
> raw.asdoc.tokenizer:
>
>      [echo] Generating RawASDocTokenizer
>
>      [java]
>
>      [java] Warning in file "C:\royale-compiler\compiler\
> src\main\jflex\org\apache\royale\compiler\internal\
> parsing\as\RawASDocTokenizer.lex" (line 192):
>
>      [java] ".|\n" does not match all characters, because "." excludes all
> Unicode newline chars - use "[^]" instead
>
>      [java] <STRING1> ([\\](.|"\n"))+
>
>      [java]                 ^
>
>      [java]
>
>      [java] Warning in file "C:\royale-compiler\compiler\
> src\main\jflex\org\apache\royale\compiler\internal\
> parsing\as\RawASDocTokenizer.lex" (line 229):
>
>      [java] ".|\n" does not match all characters, because "." excludes all
> Unicode newline chars - use "[^]" instead
>
>      [java] <YYINITIAL, TAG, STRING1> .|"\n"
>
>      [java]                           ^
>
>
>
> set.raw.mxml.tokenizer.uptodate:
>
>
>
> raw.mxml.tokenizer:
>
>      [echo] Generating RawMXMLTokenizer
>
>
>
> jflex:
>
>
>
> set.as.parser.uptodate:
>
>
>
> as.parser:
>
>      [echo] Generating ASParser and ASTokenTypes
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\
> target\generated-sources\antlr\org\apache\royale\
> compiler\internal\parsing\as
>
>     [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
>
>      [java] Adding @SuppressWarnings("unused") to class:
> C:\royale-compiler\compiler\target\generated-sources\
> antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
>
>      [java] Adding @SuppressWarnings("unused") to class:
> C:\royale-compiler\compiler\target\generated-sources\
> antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java
>
>
>
> set.metadata.parser.uptodate:
>
>
>
> metadata.parser:
>
>      [echo] Generating MetadataParser and MetadataTokenTypes
>
>     [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
>
>      [java] Adding @SuppressWarnings("all") to class:
> C:\royale-compiler\compiler\target\generated-sources\
> antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
>
>      [java] Adding @SuppressWarnings("unused") to class:
> C:\royale-compiler\compiler\target\generated-sources\
> antlr\org\apache\royale\compiler\internal\parsing\as\
> MetadataTokenTypes.java
>
>
>
> set.css.lexer.and.parser.uptodate:
>
>
>
> css.lexer.and.parser:
>
>      [echo] Generating CSSLexer and CSSParser
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\
> target\generated-sources\antlr3\org\apache\royale\compiler\internal\css
>
>
>
> set.css.tree.uptodate:
>
>
>
> css.tree:
>
>      [echo] Generating CSSTree
>
>
>
> antlr:
>
>
>
> set.unknown.tree.handler.patterns.uptodate:
>
>
>
> unknown.tree.handler.patterns:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\
> target\generated-sources\unknowntreehandler\org\apache\
> royale\compiler\internal\as\codegen
>
>
>
> set.cmc.emitter.uptodate:
>
>
>
> cmc.emitter:
>
>      [echo] Generating CmcEmitter
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\
> target\generated-sources\jburg\org\apache\royale\
> compiler\internal\as\codegen
>
>      [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
>
>      [java] Using i-node adapter org.apache.royale.compiler.
> internal.as.codegen.IASNodeAdapter
>
>      [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"})
> to class: C:\royale-compiler\compiler\target\generated-sources\
> jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java
>
>
>
> set.css.emitter.uptodate:
>
>
>
> css.emitter:
>
>      [echo] Generating CSSEmitter
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\
> target\generated-sources\jburg\org\apache\royale\
> compiler\internal\css\codegen
>
>      [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
>
>      [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
>
>      [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"})
> to class: C:\royale-compiler\compiler\target\generated-sources\
> jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java
>
>
>
> jburg:
>
>
>
> eclipse:
>
>
>
> src.depend:
>
>
>
> compile:
>
>     [javac] Compiling 1774 source files to C:\royale-compiler\compiler\
> target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class
> ModifiersSet overrides equals, but neither it nor any superclass overrides
> hashCode method
>
>     [javac] public class ModifiersSet
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\definitions\NamespaceDefinition.java:1484:
> warning: [overrides] Class UserDefinedNamespaceReference overrides equals,
> but neither it nor any superclass overrides hashCode method
>
>     [javac]     private static class UserDefinedNamespaceReference
> implements INamespaceReference
>
>     [javac]                    ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning:
> [deprecation] binarySearch(List<? extends T>,T) in Ordering has been
> deprecated
>
>     [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList,
> key);
>
>     [javac]                                            ^
>
>     [javac]   where T is a type-variable:
>
>     [javac]     T extends Object declared in class Ordering
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class
> PrefixMap overrides equals, but neither it nor any superclass overrides
> hashCode method
>
>     [javac] public class PrefixMap implements Cloneable
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes]
> found raw type: Class
>
>     [javac]                 argtypes = new Class[] {String.class};
>
>     [javac]                                ^
>
>     [javac]   missing type arguments for generic class Class<T>
>
>     [javac]   where T is a type-variable:
>
>     [javac]     T extends Object declared in class Class
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes]
> found raw type: Class
>
>     [javac]                 argtypes = new Class[fields.length];
>
>     [javac]                                ^
>
>     [javac]   missing type arguments for generic class Class<T>
>
>     [javac]   where T is a type-variable:
>
>     [javac]     T extends Object declared in class Class
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes]
> found raw type: Class
>
>     [javac]         argtypes = new Class[pt.length - 1];
>
>     [javac]                        ^
>
>     [javac]   missing type arguments for generic class Class<T>
>
>     [javac]   where T is a type-variable:
>
>     [javac]     T extends Object declared in class Class
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning:
> [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor
> any superclass overrides hashCode method
>
>     [javac] public class MXMLNamespaceMapping implements
> IMXMLNamespaceMapping
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\projects\DefinitionPriority.java:29: warning:
> [overrides] Class DefinitionPriority overrides equals, but neither it nor
> any superclass overrides hashCode method
>
>     [javac] public final class DefinitionPriority implements
> IDefinitionPriority
>
>     [javac]              ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning:
> [overrides] Class MetaTagsNode overrides equals, but neither it nor any
> superclass overrides hashCode method
>
>     [javac] public class MetaTagsNode extends ContainerNode implements
> IMetaTagsNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:96: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .hasArg()
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:97: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("compile program as a specfic version between " +
> MIN_VERSION + " and " + MAX_VERSION)
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:98: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .create("api");
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:103: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .hasArg()
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:104: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .withDescription("emit
> bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:105: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .create("avmtarget");
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:110: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                         .hasArgs(2)
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:111: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
>    .withValueSeparator('=')
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:112: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("define a configuration value in the namespace ns")
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:113: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                         .create("config");
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:118: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .hasArg()
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:119: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .withDescription("emit
> an exe file (projector)")
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:120: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .create("exe");
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:125: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                          .hasArg()
>
>     [javac]                                          ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:126: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                          .withDescription("include
> the specified source file")
>
>     [javac]                                          ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:127: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                          .create("in");
>
>     [javac]                                          ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:132: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                         .hasArg()
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:133: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("make the packages in the abc file available for import")
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:134: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                         .create("import");
>
>     [javac]                                         ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:139: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                       .hasArg()
>
>     [javac]                                       ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:140: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                       .withDescription("set
> the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
>
>     [javac]                                       ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:141: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                       .create("language");
>
>     [javac]                                       ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:146: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                           .hasArg()
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:147: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("import a swc library")
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:148: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                           .
> withLongOpt("library")
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:149: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                           .create("li"));
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:153: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                           .hasArg()
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:154: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("import a swc as external library")
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:155: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withLongOpt("libraryext")
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:156: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                           .create("le"));
>
>     [javac]                                           ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:160: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .hasArgs()
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:161: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]
> .withDescription("optimizer configuration")
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:162: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .withLongOpt("O2")
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:163: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .create("o2");
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:168: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .hasArg()
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:169: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .withDescription("Change
> the directory of the output files")
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:170: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .create("outdir");
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:175: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .hasArg()
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:176: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .withDescription("Change
> the basename of the output file")
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:177: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                     .create("out");
>
>     [javac]                                     ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:185: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .hasArg()
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:186: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .withValueSeparator(',')
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:187: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .withDescription("emit a
> SWF file")
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:188: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .create("swf");
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:193: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .hasArg()
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:194: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .withDescription("automatically
> use a namespace when compiling this code")
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\clients\CLIFactory.java:195: warning: [static]
> static method should be qualified by type name, OptionBuilder, instead of
> by an expression
>
>     [javac]                                      .create("use");
>
>     [javac]                                      ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning:
> [overrides] Class TypedTagNode overrides equals, but neither it nor any
> superclass overrides hashCode method
>
>     [javac] public class TypedTagNode extends MetaTagNode implements
> ITypedTagNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32:
> warning: [overrides] Class DefaultPropertyTagNode overrides equals, but
> neither it nor any superclass overrides hashCode method
>
>    [javac] public class DefaultPropertyTagNode extends MetaTagNode
> implements IDefaultPropertyTagNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning:
> [overrides] Class EffectTagNode overrides equals, but neither it nor any
> superclass overrides hashCode method
>
>     [javac] public final class EffectTagNode extends
> BaseDefinitionMetaTagNode implements IEffectTagNode
>
>     [javac]              ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning:
> [overrides] Class EventTagNode overrides equals, but neither it nor any
> superclass overrides hashCode method
>
>     [javac] public class EventTagNode extends BaseDefinitionMetaTagNode
> implements IEventTagNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32:
> warning: [overrides] Class EventTriggerTagNode overrides equals, but
> neither it nor any superclass overrides hashCode method
>
>     [javac] public class EventTriggerTagNode extends MetaTagNode
> implements IEventTriggerTagNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34:
> warning: [overrides] Class InspectableTagNode overrides equals, but neither
> it nor any superclass overrides hashCode method
>
>     [javac] public class InspectableTagNode extends MetaTagNode implements
> IInspectableTagNode
>
>     [javac]        ^
>
>     [javac] C:\royale-compiler\compiler\src\main\java\org\apache\
> royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning:
> [overrides] Class StyleTagNode overrides equals, but neither it nor any
> superclass overrides hashCode method
>
>     [javac] public final class StyleTagNode extends
> BaseDefinitionMetaTagNode implements IStyleTagNode
>
>     [javac]              ^
>
>     [javac] 68 warnings
>
>      [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\
> target\classes\META-INF\services
>
>
>
> version-info:
>
>
>
> set.compiler.jar.uptodate:
>
>
>
> compiler.jar:
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\
> target\classes\META-INF
>
>      [copy] Copying 1 file to C:\royale-compiler\compiler\
> target\classes\META-INF
>
>       [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar
>
>
>
> set.falcon.asc.jar.uptodate:
>
>
>
> falcon.asc.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar
>
>
>
> set.falcon.mxmlc.jar.uptodate:
>
>
>
> falcon.mxmlc.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\
> lib\compiler-mxmlc.jar
>
>
>
> set.falcon.compc.jar.uptodate:
>
>
>
> falcon.compc.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\
> lib\compiler-compc.jar
>
>
>
> set.falcon.optimizer.jar.uptodate:
>
>
>
> falcon.optimizer.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\
> lib\compiler-optimizer.jar
>
>
>
> set.falcon.swfdump.jar.uptodate:
>
>
>
> falcon.swfdump.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\
> lib\compiler-swfdump.jar
>
>
>
> jar:
>
>
>
> sdk:
>
>
>
> main:
>
>      [echo] compiler main completed on 10/30/2017 02:08:59 AM
>
>
>
> javadoc:
>
>
>
> tests:
>
>
>
> download:
>
>
>
> prepare:
>
>      [echo] Making lib directory C:\royale-compiler\compiler/lib/external
>
>
>
> all:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//antlr.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-cli.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-io.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//commons-lang-2.6.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//guava.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jburg.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//jflex.jar
>
>
>
> download-dependency:
>
>      [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does
> not exist.
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//lzma-sdk.jar
>
>
>
> download-dependency:
>
>
>
> check-dependency:
>
>      [echo] checking for C:\royale-compiler\compiler/
> lib/external//flex-tool-api.jar
>
>
>
> download-dependency:
>
>
>
> main:
>
>
>
> setup:
>
>
>
> set.raw.as.tokenizer.uptodate:
>
>
>
> raw.as.tokenizer:
>
>
>
> set.raw.asdoc.tokenizer.uptodate:
>
>
>
> raw.asdoc.tokenizer:
>
>
>
> set.raw.mxml.tokenizer.uptodate:
>
>
>
> raw.mxml.tokenizer:
>
>
>
> jflex:
>
>
>
> set.as.parser.uptodate:
>
>
>
> as.parser:
>
>
>
> set.metadata.parser.uptodate:
>
>
>
> metadata.parser:
>
>
>
> set.css.lexer.and.parser.uptodate:
>
>
>
> css.lexer.and.parser:
>
>      [echo] Generating CSSLexer and CSSParser
>
>
>
> set.css.tree.uptodate:
>
>
>
> css.tree:
>
>
>
> antlr:
>
>
>
> set.unknown.tree.handler.patterns.uptodate:
>
>
>
> unknown.tree.handler.patterns:
>
>
>
> set.cmc.emitter.uptodate:
>
>
>
> cmc.emitter:
>
>
>
> set.css.emitter.uptodate:
>
>
>
> css.emitter:
>
>
>
> jburg:
>
>
>
> eclipse:
>
>
>
> src.depend:
>
>    [depend] Deleted 27 out of date files in 2 seconds
>
>
>
> compile:
>
>     [javac] Compiling 3 source files to C:\royale-compiler\compiler\
> target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>
>
> version-info:
>
>
>
> set.compiler.jar.uptodate:
>
>
>
> compiler.jar:
>
>       [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar
>
>
>
> set.falcon.asc.jar.uptodate:
>
>
>
> falcon.asc.jar:
>
>
>
> set.falcon.mxmlc.jar.uptodate:
>
>
>
> falcon.mxmlc.jar:
>
>
>
> set.falcon.compc.jar.uptodate:
>
>
>
> falcon.compc.jar:
>
>
>
> set.falcon.optimizer.jar.uptodate:
>
>
>
> falcon.optimizer.jar:
>
>
>
> set.falcon.swfdump.jar.uptodate:
>
>
>
> falcon.swfdump.jar:
>
>
>
> jar:
>
>
>
> sdk:
>
>
>
> test:
>
>
>
> jar.tests:
>
>      [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
>
>      [java] Version 0.9.0 build 0
>
>      [java]
>
>      [java] mxmlc [options] [defaultVar]
>
>      [java] Use 'mxmlc -help' for more information.
>
>      [java]
>
>      [java]
>
>      [java] Java Result: 1
>
>      [java] Apache Flex SWC Component Compiler (compc)
>
>      [java] Version 0.9.0 build 0
>
>      [java]
>
>      [java] compc [options] [defaultVar]
>
>      [java] Use 'compc -help' for more information.
>
>      [java]
>
>      [java]
>
>      [java] Java Result: 1
>
>      [java] ActionScript 3.0 Compiler for AVM+
>
>      [java] Version 0.9.0 build 0
>
>      [java]
>
>      [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget
> <vm version
>
>      [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d]
> [-doc]
>
>      [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i]
> [-import
>
>      [java]        <filename>] [-in <filename>] [-inline] [-l] [-language
> <lang>]
>
>      [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md]
> [-merge]
>
>      [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
>
>      [java]        <basename>] [-outdir <output directory name>] [-p]
> [-parallel]
>
>      [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
>
>      [java]        <classname,width,height[,fps]>] [-use <namespace>]
> [-warnings]
>
>      [java]        FILENAME...
>
>      [java] Java Result: 1
>
>      [java] Apache ActionScript Compiler (optimizer)
>
>      [java] Version 0.9.0 build 0
>
>      [java]
>
>      [java] optimizer [options] [defaultVar]
>
>      [java] Use 'optimizer -help' for more information.
>
>      [java]
>
>      [java]
>
>      [java] Java Result: 1
>
>      [java] Apache Flex SWF Dump Utility
>
>      [java] Version 0.9.0 build 0
>
>      [java]
>
>      [java] Usage: swfdump [-abc] file1.swf
>
>      [java] Java Result: 1
>
>
>
> download:
>
>
>
> prepare:
>
>
>
> junit-jar-check:
>
>
>
> junit-jar:
>
>
>
> commons-compress-jar-check:
>
>
>
> commons-compress-jar:
>
>
>
> commons-lang3-jar-check:
>
>
>
> commons-lang3-jar:
>
>
>
> main:
>
>
>
> compile.tests:
>
>      [echo] compiler is C:/royale-compiler/compiler falcon is
> C:/royale-compiler/compiler
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
>
>     [javac] Compiling 102 source files to C:\royale-compiler\compiler\
> target\test-classes
>
>     [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25:
> warning: [deprecation] FlashplayerSecurityHandler in utils has been
> deprecated
>
>     [javac] import utils.FlashplayerSecurityHandler;
>
>     [javac]             ^
>
>     [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168:
> warning: [deprecation] FlashplayerSecurityHandler in utils has been
> deprecated
>
>     [javac]                     new FlashplayerSecurityHandler().
> trustFile(tempASFile.getParentFile());
>
>     [javac]                         ^
>
>     [javac] C:\royale-compiler\compiler\src\test\java\utils\
> FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is
> not annotated with @Deprecated
>
>     [javac] public class FlashplayerSecurityHandler {
>
>     [javac]        ^
>
>     [javac] 3 warnings
>
>
>
> tests:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
>
>     [junit] Running as.ASExpressionTests
>
>     [junit] environment property - FLEX_HOME = C:\flex-sdk
>
>     [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
>
>     [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
>
>     [junit] environment property - TLF_HOME = C:\flex-tlf
>
>     [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
>
>     [junit] environment property - FLASHPLAYER_DEBUGGER =
> C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
>
>     [junit] environment property - ASJS_HOME = C:\royale-asjs
>
>     [junit] environment property - GOOG_HOME = null
>
>     [junit] Generating test:
>
>     [junit] Compiling test:
>
>     [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests6959545137855927622.as
>
>     [junit]
>
>     [junit] 766 bytes written to C:\royale-compiler\compiler\
> target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906
> seconds
>
>     [junit] After compile:
>
>     [junit] Unexpected compilation problems:
>
>     [junit]
>
>     [junit] Executing test:
>
>     [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe,
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests6959545137855927622.swf]
>
>     [junit]  - Creating new FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>     [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp'
> already listed in FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>     [junit] Generating test:
>
>     [junit] Compiling test:
>
>     [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests747251438771695574.as
>
>     [junit]
>
>     [junit] 781 bytes written to C:\royale-compiler\compiler\
> target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
>
>     [junit] After compile:
>
>     [junit] Unexpected compilation problems:
>
>     [junit]
>
>     [junit] Executing test:
>
>     [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe,
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests747251438771695574.swf]
>
>     [junit]  - Creating new FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>     [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp'
> already listed in FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>     [junit] Generating test:
>
>     [junit] Compiling test:
>
>     [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests8972984146770612652.as
>
>     [junit]
>
>     [junit] 856 bytes written to C:\royale-compiler\compiler\
> target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158
> seconds
>
>     [junit] After compile:
>
>     [junit] Unexpected compilation problems:
>
>     [junit]
>
>     [junit] Executing test:
>
>     [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe,
> C:\royale-compiler\compiler\target\junit-temp\
> ASExpressionTests8972984146770612652.swf]
>
>     [junit]  - Creating new FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp'
> already listed in FlashPlayer security trust file at:
> C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\
> FlashPlayerTrust\apache-flex-maven-plugin.cfg
>
>     [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time
> elapsed: 2.616 sec
>
>
>
> BUILD FAILED
>
> C:\royale-asjs\build.xml:1564: The following error occurred while
> executing this line:
>
> C:\royale-asjs\build.xml:1637: The following error occurred while
> executing this line:
>
> C:\royale-compiler\build.xml:115: The following error occurred while
> executing this line:
>
> C:\royale-compiler\compiler\build.xml:711: The following error occurred
> while executing this line:
>
> C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed
>
>
>
> Total time: 2 minutes 25 seconds
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Monday, October 30, 2017 1:11 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> I forgot to mention that you have to switch to the develop branch after
> cloning.  It looks like you are running a script from the master branch.
>
>
>
> Can you explain what system environment variables require that you rename
> the repo directory to flexjs-sdk?
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Sunday, October 29, 2017 at 9:17 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> Hi Alex;
>
>
>
> Alex this is what I did following your earlier instructions (the results
> are the same as before)
>
> 1.       git clone https://github.com/apache/royale-asjs.git
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>
> (from windows cmd console)
>
> 2.       renamed dir royale-asja to flexjs-sdk (because of system
> environment variables)
>
> 3.       ran ant all
>
> Is the theory wrong or I’m I doing something wrong? J
>
>
>
> this is the error output to the console (to avoid the error:
>
> c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc does not exist -> I manually create the
> directory and put the playerglobal.swc file there)
>
> c:\flex-sdk>ant all
>
> Buildfile: c:\flex-sdk\build.xml
>
>
>
> set.base.folder:
>
>
>
> check-git:
>
>      [echo] Checking for Git...
>
>      [exec] git version 2.10.0.windows.1
>
>
>
> get-download-folder:
>
>
>
> download-all:
>
>      [echo] Using folder c:\flex-sdk/..
>
>
>
> check-flex-asjs:
>
>
>
> warn-before-clone:
>
>
>
> check-flex-asjs:
>
>
>
> clone-flex-asjs:
>
>
>
> check-flex-falcon:
>
>
>
> clone-flex-falcon:
>
>
>
> check-flex-typedefs:
>
>
>
> clone-flex-typedefs:
>
>
>
> check-flex-flexunit:
>
>
>
> clone-flex-flexunit:
>
>
>
> check-flex-sdk:
>
>
>
> clone-flex-sdk:
>
>
>
> check-flex-tlf:
>
>
>
> clone-flex-tlf:
>
>
>
> check-flex-blazeds:
>
>
>
> clone-flex-blazeds:
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
>
>      [echo] playerglobal.version is 11.1
>
>
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:1725: The following error occurred while executing
> this line:
>
> c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc does not exist
>
>
>
> Total time: 0 seconds
>
>
>
> c:\flex-sdk>ant all
>
> Buildfile: c:\flex-sdk\build.xml
>
>
>
> set.base.folder:
>
>
>
> check-git:
>
>      [echo] Checking for Git...
>
>      [exec] git version 2.10.0.windows.1
>
>
>
> get-download-folder:
>
>
>
> download-all:
>
>      [echo] Using folder c:\flex-sdk/..
>
>
>
> check-flex-asjs:
>
>
>
> warn-before-clone:
>
>
>
> check-flex-asjs:
>
>
>
> clone-flex-asjs:
>
>
>
> check-flex-falcon:
>
>
>
> clone-flex-falcon:
>
>
>
> check-flex-typedefs:
>
>
>
> clone-flex-typedefs:
>
>
>
> check-flex-flexunit:
>
>
>
> clone-flex-flexunit:
>
>
>
> check-flex-sdk:
>
>
>
> clone-flex-sdk:
>
>
>
> check-flex-tlf:
>
>
>
> clone-flex-tlf:
>
>
>
> check-flex-blazeds:
>
>
>
> clone-flex-blazeds:
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
>
>      [echo] playerglobal.version is 11.1
>
>      [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
>
>
> check-air-home:
>
>      [echo] AIR_HOME is C:\AdobeAIRSDK
>
>
>
> build-all:
>
>
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:1725: The following error occurred while executing
> this line:
>
> c:\flex-sdk\build.xml:1870: The following error occurred while executing
> this line:
>
> Target "font-jars-check" does not exist in the project "downloads".
>
>
>
> Total time: 0 seconds
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Sunday, October 29, 2017 11:04 PM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> In theory, Royale's develop branch from the royale-asjs repo does not need
> the flex-sdk repo.  It might be confusing to others as well, but as we
> build up the Royale project we will be treating Apache Flex as
> "third-party" dependencies.
>
>
>
> We are still in the process of updating documents like READMEs and wikis.
> In theory, you only need to clone:
>
>
>
> https://github.com/apache/royale-asjs.git
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>
>
>
>
> Then run "ant all".  It should clone other repos as needed.
>
>
>
> HTH,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Sunday, October 29, 2017 at 10:21 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> I cloned the repo to a directory “flex-sdk” and I simply call “ant” is
> there a specific target I should be using ?
>
>
>
> Carlos
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Sunday, October 29, 2017 1:56 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> That looks like the right repo and branch, but your output seems to be
> coming from another repo and branch.  What folder did you start in, and
> what command did you start with?
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Saturday, October 28, 2017 at 11:06 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> I cloned my copy from the git repo at: https://github.com/apache/
> royale-compiler
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>
>
>
>
> I got the “develop” branch which is what it defaults to.
>
>
>
> Did I get the right one?
>
>
>
> Thx!
>
> Carlos
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Saturday, October 28, 2017 2:06 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> HI Carlos,
>
>
>
> Did you get the source by cloning the repo or downloading something?  Can
> you confirm that you are using the develop branch of the repo and not
> master branch?
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Friday, October 27, 2017 at 5:02 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> This is the results of my second attempt at building the Royale SDK from
> Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing
> something wrong.
>
>
>
> My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows
> 10.
>
>
>
> My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\
>
>
>
> Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s
> builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
>
>
> Build fails if the file is not in the directory
>
> (btw this is the file that gets downloaded playerglobal11_1.swc)
>
>
>
> I had to download the following files manually
>
> afe.jar
>
> aglj40.jar
>
> rideau.jar
>
> flex-fontkit.jar
>
>
>
> in the end the build deletes the directory under “libs” “player” -> and I
> get this error :
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:393: The following error occurred while executing
> this line:
>
> c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\projects\framework\build.xml:241:
> C:\flex-sdk\frameworks\libs\player\11 does not exist.
>
>
>
>
>
> This was all the output I could capture in the Windows Command Consol:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: Some input files use or override 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.
>
>     [javac] 4 warnings
>
>
>
> set-build-num:
>
>    [delete] Deleting: c:\flex-sdk\modules\compiler\
> classes\flex2\tools\version.properties
>
>
>
> templates:
>
>      [echo] Building serialized velocity templates.
>
>      [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
>
>
>
> localization:
>
>      [echo] Copying localization files.
>
>      [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\lib
>
>      [copy] Copying 1 file to c:\flex-sdk\lib
>
>      [echo] Building lib/mxmlc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
>
>      [echo] Building lib/mxmlc_ja.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
>
>
>
> other-jars:
>
>      [echo] Building lib/compc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\compc.jar
>
>      [echo] Building lib/asdoc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
>
>      [echo] Building lib/fcsh.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
>
>      [echo] Building lib/flex-compiler-oem.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
>
>      [echo] Building lib/optimizer.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
>
>      [echo] Building lib/digest.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\digest.jar
>
>      [echo] Building lib/swcdepends.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
>
>      [echo] Building lib/copylocale.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> debugger:
>
>
>
> clean:
>
>
>
> available:
>
>
>
> prepare:
>
>      [echo] c:\flex-sdk\modules\debugger\build.xml
>
>     [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22:
> warning: LocaleUtility is internal proprietary API and may be removed in a
> future release
>
>     [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
>
>     [javac]                                             ^
>
>     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495:
> warning: LocaleUtility is internal proprietary API and may be removed in a
> future release
>
>     [javac]                         getLocalizationManager().
> setLocale(LocaleUtility.langToLocale(args[++i]));
>
>     [javac]                                                            ^
>
>     [javac] Note: Some input files use or override a deprecated API.
>
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>
>     [javac] 6 warnings
>
>      [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
>      [echo] Building lib/fdb.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\fdb.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> antTasks:
>
>
>
> clean:
>
>
>
> prepare:
>
>      [echo] c:\flex-sdk\modules\antTasks\build.xml
>
>     [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: c:\flex-sdk\modules\antTasks\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.
>
>     [javac] 4 warnings
>
>
>
> jar:
>
>      [echo] Building lib/flexTasks.jar
>
>     [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
>       [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> modules:
>
>
>
> main:
>
>
>
> frameworks:
>
>
>
> check-compile-env:
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-playerglobal-home:
>
>
>
> check-air-home:
>
>
>
> check-tlf-home:
>
>
>
> check-compile-env:
>
>      [echo] OS: Windows 10 / 10.0 / amd64
>
>      [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
>      [echo] Java: 1.8.0_121
>
>      [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
> Java Version: 1.8
>
>
>
> check-tlf-home:
>
>
>
> automation-clean:
>
>
>
> bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>      [echo] IN bundles clean
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> clean:
>
>
>
> airsdk-clean:
>
>
>
> clean:
>
>    [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
>
>    [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
>
>    [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-tlf-home:
>
>
>
> bundles-clean:
>
>
>
> clean-external:
>
>      [echo] cleaning c:\flex-sdk/../flex-tlf
>
>      [echo] FLEX_HOME is c:\flex-sdk
>
>      [echo] Minimal test is set false
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\frameworks\libs
>
>
>
> local-fonts-snapshot:
>
>     [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
>
>     [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
>
>     [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
>
>
>
> thirdparty-downloads:
>
>
>
> pixelbender-check:
>
>
>
> pixelbender-download:
>
>
>
> swfobject-check:
>
>
>
> swfobject-download:
>
>
>
> swfobject-fabridge-download:
>
>
>
> osmf-check:
>
>
>
> osmf-download:
>
>
>
> download-osmf-swc:
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
>
>
>
> font-jars-check:
>
>
>
> ask-font:
>
>
>
> get-font-jars:
>
>
>
> font-jars:
>
>
>
> clean-adobe-flex-sdk:
>
>
>
> optional-downloads:
>
>
>
> main:
>
>      [echo] Use thirdparty-clean or super-clean to remove these.
>
>
>
> prepare:
>
>
>
> playerglobal-setswfversion:
>
>
>
> flex-config:
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>
>
> compile:
>
>
>
> framework:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> assets-compile:
>
>
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:393: The following error occurred while executing
> this line:
>
> c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\projects\framework\build.xml:241:
> C:\flex-sdk\frameworks\libs\player\11 does not exist.
>
>
>
> Total time: 1 minute 16 seconds
>
>
>
> c:\flex-sdk>ant -f build.xml
>
> Buildfile: c:\flex-sdk\build.xml
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
>
>      [echo] playerglobal.version is 11.1
>
>
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc does not exist
>
>
>
> Total time: 0 seconds
>
>
>
> c:\flex-sdk>ant -f build.xml
>
> Buildfile: c:\flex-sdk\build.xml
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
>
>      [echo] playerglobal.version is 11.1
>
>      [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
>
>
> check-air-home:
>
>      [echo] AIR_HOME is C:\AdobeAIRSDK
>
>
>
> check-tlf-home:
>
>
>
> check-compile-env:
>
>      [echo] OS: Windows 10 / 10.0 / amd64
>
>      [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
>      [echo] Java: 1.8.0_121
>
>      [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
> Java Version: 1.8
>
>
>
> thirdparty-downloads:
>
>
>
> thirdparty-downloads:
>
>
>
> pixelbender-check:
>
>
>
> pixelbender-download:
>
>
>
> swfobject-check:
>
>
>
> swfobject-download:
>
>
>
> swfobject-fabridge-download:
>
>
>
> osmf-check:
>
>
>
> osmf-download:
>
>
>
> font-jars-check:
>
>
>
> ask-font:
>
>
>
> get-font-jars:
>
>
>
> font-jars:
>
>
>
> clean-adobe-flex-sdk:
>
>
>
> optional-downloads:
>
>
>
> main:
>
>      [echo] Use thirdparty-clean or super-clean to remove these.
>
>
>
> thirdparty-downloads:
>
>
>
> batik-jars-check:
>
>
>
> batik-jars:
>
>
>
> commons-collections-jar-check:
>
>
>
> commons-collections-jar:
>
>
>
> commons-discovery-jar-check:
>
>
>
> commons-discovery-jar:
>
>
>
> commons-logging-jar-check:
>
>
>
> commons-logging-jar:
>
>
>
> commons-jars:
>
>
>
> javacc-jar-check:
>
>
>
> javacc-jar:
>
>
>
> saxon9-jar-check:
>
>
>
> saxon9-jar:
>
>
>
> velocity-jars-check:
>
>
>
> velocity-jars:
>
>
>
> xalan-jar-check:
>
>
>
> xalan-jar:
>
>
>
> xerces-jars-check:
>
>
>
> xerces-jars:
>
>
>
> flex-tool-api-jar-check:
>
>
>
> flex-tool-api-jar:
>
>
>
> blazeds-jar-check:
>
>
>
> blazeds-jar:
>
>
>
> main:
>
>      [echo] Use thirdparty-clean or super-clean to remove these.
>
>
>
> create-description:
>
>      [echo] build.number is 20171027
>
>
>
> prebuild:
>
>
>
> modules:
>
>
>
> thirdparty-downloads:
>
>
>
> batik-jars-check:
>
>
>
> batik-jars:
>
>
>
> commons-collections-jar-check:
>
>
>
> commons-collections-jar:
>
>
>
> commons-discovery-jar-check:
>
>
>
> commons-discovery-jar:
>
>
>
> commons-logging-jar-check:
>
>
>
> commons-logging-jar:
>
>
>
> commons-jars:
>
>
>
> javacc-jar-check:
>
>
>
> javacc-jar:
>
>
>
> saxon9-jar-check:
>
>
>
> saxon9-jar:
>
>
>
> velocity-jars-check:
>
>
>
> velocity-jars:
>
>
>
> xalan-jar-check:
>
>
>
> xalan-jar:
>
>
>
> xerces-jars-check:
>
>
>
> xerces-jars:
>
>
>
> flex-tool-api-jar-check:
>
>
>
> flex-tool-api-jar:
>
>
>
> blazeds-jar-check:
>
>
>
> blazeds-jar:
>
>
>
> main:
>
>      [echo] Use thirdparty-clean or super-clean to remove these.
>
>
>
> xerces-patch:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
>
>
> prepare:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\
> classes
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
>     [javac] Compiling 10 source files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: Some input files use or override 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.
>
>     [javac] 4 warnings
>
>      [copy] Copying 4 files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
>
>
> jar:
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\
> classes\META-INF
>
>      [echo] Building lib/xercesPatch.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> batik:
>
>
>
> batik-jars-check:
>
>
>
> batik-jars:
>
>
>
> init:
>
>      [echo]  == Apache Batik 1.7 build file ==============================
> ==
>
>      [echo]
>
>      [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
>
>      [echo]     VM:              25.121-b13, Oracle Corporation
>
>      [echo]     javac.source:    1.6
>
>      [echo]     javac.target:    1.6
>
>
>
> compile-prepare:
>
>      [echo] debug true, optimize on, deprecation off
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 13 source files to c:\flex-sdk\modules\
> thirdparty\batik\classes
>
>     [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\
> org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or
> unsafe operations.
>
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>
>
>
> determine-svn-revision-from-file:
>
>
>
> determine-svn-revision-set:
>
>
>
> batik-all-flex-jar:
>
>      [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of
> Batik 1.7
>
>      [echo] Implementation-Version: 1.7+r608262 Build 0
>
>      [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0
> amd64, Java 1.8.0_121-b13])
>
>       [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
>
>
>
> velocity:
>
>      [echo] This target should be run with Java 1.4.2_14. It doesn't work
> with Java 1.5.
>
>      [echo] Note that velocity builds with several 'enum' is a keyword
> warnings.
>
>
>
> velocity-jars-check:
>
>
>
> velocity-jars:
>
>
>
> env:
>
>      [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
>
>      [echo] user.home = C:\Users\cruzmiester
>
>      [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-
> launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-
> 1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-
> apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.
> jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-
> ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.
> 7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-
> commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\
> apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.
> 9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.
> jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.
> 9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-
> junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\
> apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.
> 7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.
> jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program
> Files\Java\jdk1.8.0_121\lib\tools.jar
>
>      [echo]
>
>
>
> prepare:
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
>
>
> compile-copy:
>
>
>
> collections-support:
>
>     [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar
> into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
>
>
>
> jar-dep-flex:
>
>     [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar
> into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
>
>     [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar
> into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
>
>    [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\meta-inf
>
>     [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\
> classes\META-INF
>
>       [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
>
>    [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
>
>
> thirdparty:
>
>
>
> asc:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
>
>    [delete] Deleting directory c:\flex-sdk\modules\asc\lib
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> classes:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
>
>     [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\
> java\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: Some input files use or override 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.
>
>     [javac] 4 warnings
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
>       [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
>
>       [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\
> abcdump.jar
>
>       [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\
> ash.jar
>
>
>
> main:
>
>      [copy] Copying 1 file to c:\flex-sdk\lib
>
>
>
> swfutils:
>
>
>
> clean:
>
>
>
> prepare:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: Some input files use or override 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.
>
>     [javac] 4 warnings
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
>      [echo] Building lib/swfutils.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
>
>      [echo] Building lib/swfdump.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> fxgutils:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
>
>
>
> prepare:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>      [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
> c:\flex-sdk\modules\fxgutils
>
>     [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>      [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
>      [echo] Building lib/fxgutils.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> compiler:
>
>
>
> clean:
>
>    [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
>
>    [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
>
>    [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
>
>
>
> javacc:
>
>      [java] Java Compiler Compiler Version 5.0 (Parser Generator)
>
>      [java] (type "javacc" with no arguments for help)
>
>      [java] Reading from file c:\flex-sdk\modules\compiler/
> src/java/flex2/compiler/mxml/Grammar.jj . . .
>
>      [java] File "TokenMgrError.java" does not exist.  Will create one.
>
>      [java] File "ParseException.java" does not exist.  Will create one.
>
>      [java] File "Token.java" does not exist.  Will create one.
>
>      [java] File "TokenManager.java" does not exist.  Will create one.
>
>      [java] Parser generated successfully.
>
>
>
> prepare:
>
>      [echo] c:\flex-sdk\modules\compiler\build.xml
>
>     [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
>
>     [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: Some input files use or override 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.
>
>     [javac] 4 warnings
>
>
>
> set-build-num:
>
>    [delete] Deleting: c:\flex-sdk\modules\compiler\
> classes\flex2\tools\version.properties
>
>
>
> templates:
>
>      [echo] Building serialized velocity templates.
>
>      [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
>
>
>
> localization:
>
>      [echo] Copying localization files.
>
>      [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
>      [echo] Building lib/mxmlc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
>
>      [echo] Building lib/mxmlc_ja.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
>
>
>
> other-jars:
>
>      [echo] Building lib/compc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\compc.jar
>
>      [echo] Building lib/asdoc.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
>
>      [echo] Building lib/fcsh.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
>
>      [echo] Building lib/flex-compiler-oem.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
>
>      [echo] Building lib/optimizer.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
>
>      [echo] Building lib/digest.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\digest.jar
>
>      [echo] Building lib/swcdepends.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
>
>      [echo] Building lib/copylocale.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> debugger:
>
>
>
> clean:
>
>    [delete] Deleting: c:\flex-sdk\lib\fdb.jar
>
>    [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
>
>
>
> available:
>
>
>
> prepare:
>
>      [echo] c:\flex-sdk\modules\debugger\build.xml
>
>     [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
>
>
>
> run-depend:
>
>      [echo] Removing class files that changed and dependent class files.
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22:
> warning: LocaleUtility is internal proprietary API and may be removed in a
> future release
>
>     [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
>
>     [javac]                                             ^
>
>     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495:
> warning: LocaleUtility is internal proprietary API and may be removed in a
> future release
>
>     [javac]                         getLocalizationManager().
> setLocale(LocaleUtility.langToLocale(args[++i]));
>
>     [javac]                                                            ^
>
>     [javac] Note: Some input files use or override a deprecated API.
>
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>
>     [javac] 6 warnings
>
>      [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
>
>
>
> jar:
>
>     [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
>      [echo] Building lib/fdb.jar
>
>       [jar] Building jar: c:\flex-sdk\lib\fdb.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> antTasks:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
>
>    [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
>
>
>
> prepare:
>
>      [echo] c:\flex-sdk\modules\antTasks\build.xml
>
>     [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
>
>
>
> compile:
>
>     [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
>     [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\
> classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] Note: c:\flex-sdk\modules\antTasks\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.
>
>     [javac] 4 warnings
>
>
>
> jar:
>
>      [echo] Building lib/flexTasks.jar
>
>     [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
>      [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
>       [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
>
>
>
> dev:
>
>
>
> main:
>
>
>
> modules:
>
>
>
> main:
>
>
>
> frameworks:
>
>
>
> check-compile-env:
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-playerglobal-home:
>
>
>
> check-air-home:
>
>
>
> check-tlf-home:
>
>
>
> check-compile-env:
>
>      [echo] OS: Windows 10 / 10.0 / amd64
>
>      [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
>      [echo] Java: 1.8.0_121
>
>      [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
> Java Version: 1.8
>
>
>
> check-tlf-home:
>
>
>
> automation-clean:
>
>
>
> bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> automation_agent_bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>      [echo] IN bundles clean
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> tool_air_bundles-clean:
>
>
>
> clean:
>
>
>
> airsdk-clean:
>
>
>
> clean:
>
>    [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
>
>    [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
>
>    [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
>
> [available] DEPRECATED - <available> used to override an existing property.
>
> [available]   Build file should not reuse the same property name for
> different values.
>
>
>
> check-tlf-home:
>
>
>
> bundles-clean:
>
>
>
> clean-external:
>
>      [echo] cleaning c:\flex-sdk/../flex-tlf
>
>      [echo] FLEX_HOME is c:\flex-sdk
>
>      [echo] Minimal test is set false
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> bundles-clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>
>
> clean:
>
>    [delete] Deleting directory c:\flex-sdk\frameworks\libs
>
>    [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
>
>    [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
>
>    [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
>
>
>
> local-fonts-snapshot:
>
>     [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
>
>     [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
>
>     [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
>
>
>
> thirdparty-downloads:
>
>
>
> pixelbender-check:
>
>
>
> pixelbender-download:
>
>
>
> swfobject-check:
>
>
>
> swfobject-download:
>
>
>
> swfobject-fabridge-download:
>
>
>
> osmf-check:
>
>
>
> osmf-download:
>
>
>
> download-osmf-swc:
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
>
>
>
> font-jars-check:
>
>
>
> ask-font:
>
>
>
> get-font-jars:
>
>
>
> font-jars:
>
>
>
> clean-adobe-flex-sdk:
>
>
>
> optional-downloads:
>
>
>
> main:
>
>      [echo] Use thirdparty-clean or super-clean to remove these.
>
>
>
> prepare:
>
>
>
> playerglobal-setswfversion:
>
>
>
> flex-config:
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>      [copy] Copying 1 file to c:\flex-sdk\frameworks
>
>
>
> compile:
>
>
>
> framework:
>
>
>
> bundles-clean:
>
>
>
> assets-clean:
>
>
>
> clean:
>
>
>
> assets-compile:
>
>
>
> BUILD FAILED
>
> c:\flex-sdk\build.xml:393: The following error occurred while executing
> this line:
>
> c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\projects\framework\build.xml:241:
> C:\flex-sdk\frameworks\libs\player\11 does not exist.
>
>
>
> Total time: 22 seconds
>
>
>
> c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
>
> 'Microsoft' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
>
> 2015 was unexpected at this time.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>C:\Windows\system32>cd/
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>C:\>cd c:/flex-sdk
>
> 'C:\' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
> to c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not
> be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 1 second
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
>
> 'You' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>dir *.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk> Volume in drive C has no label.
>
> 'Volume' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk> Volume Serial Number is 04E2-978C
>
> 'Volume' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk> Directory of c:\flex-sdk
>
> 'Directory' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>10/25/2017  08:14 PM            22,272
> apache-flex-sdk-installer-config.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>10/26/2017  01:19 PM            74,700
> sdk-installer-config-4.0.xml
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>              10 File(s)        361,801 bytes
>
> '10' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
>
> '0' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
> to c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not
> be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 1 second
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
> to c:\flex-sdk\in\osmf.swc
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not
> be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 1 second
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
> embedded font support.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This feature requires a few font jars from the
> Adobe Flex SDK.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
> applies to these jars.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This license is not compatible with the Apache v2
> license.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK
> download are subject to and governed by the
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] By downloading, modifying, distributing, using
> and/or accessing any files in this Adobe Flex SDK,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] you agree to the terms and conditions of the
> applicable end user license agreement.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
> agree to be bound by the third-party terms specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/
> products/eula/third_party/.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe recommends that you review these third-party
> terms.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
> Flex SDK? (y, [n])
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>y
>
> 'y' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-adobe-flex-dependencies:
>
> 'get-adobe-flex-dependencies:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-afe:
>
> 'download-afe:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
> to c:\flex-sdk\in\afe.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not
> be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 7 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
> embedded font support.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This feature requires a few font jars from the
> Adobe Flex SDK.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
> applies to these jars.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This license is not compatible with the Apache v2
> license.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK
> download are subject to and governed by the
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] By downloading, modifying, distributing, using
> and/or accessing any files in this Adobe Flex SDK,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] you agree to the terms and conditions of the
> applicable end user license agreement.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
> agree to be bound by the third-party terms specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eula/third_party/.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe recommends that you review these third-party
> terms.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
> Flex SDK? (y, [n])
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>y
>
> 'y' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-adobe-flex-dependencies:
>
> 'get-adobe-flex-dependencies:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-afe:
>
> 'download-afe:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-aglj40:
>
> 'download-aglj40:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
> to c:\flex-sdk\in\aglj40.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could
> not be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 4 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
> embedded font support.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This feature requires a few font jars from the
> Adobe Flex SDK.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
> applies to these jars.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This license is not compatible with the Apache v2
> license.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK
> download are subject to and governed by the
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] By downloading, modifying, distributing, using
> and/or accessing any files in this Adobe Flex SDK,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] you agree to the terms and conditions of the
> applicable end user license agreement.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
> agree to be bound by the third-party terms specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/
> products/eula/third_party/.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe recommends that you review these third-party
> terms.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
> Flex SDK? (y, [n])
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>y
>
> 'y' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-adobe-flex-dependencies:
>
> 'get-adobe-flex-dependencies:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-afe:
>
> 'download-afe:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-aglj40:
>
> 'download-aglj40:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-rideau:
>
> 'download-rideau:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/
> lib/rideau.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
> to c:\flex-sdk\in\rideau.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could
> not be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 3 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
> embedded font support.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This feature requires a few font jars from the
> Adobe Flex SDK.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
> applies to these jars.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This license is not compatible with the Apache v2
> license.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK
> download are subject to and governed by the
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] By downloading, modifying, distributing, using
> and/or accessing any files in this Adobe Flex SDK,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] you agree to the terms and conditions of the
> applicable end user license agreement.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
> agree to be bound by the third-party terms specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/
> products/eula/third_party/.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe recommends that you review these third-party
> terms.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
> Flex SDK? (y, [n])
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>y
>
> 'y' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-adobe-flex-dependencies:
>
> 'get-adobe-flex-dependencies:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-afe:
>
> 'download-afe:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-aglj40:
>
> 'download-aglj40:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-rideau:
>
> 'download-rideau:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-flex-fontkit:
>
> 'download-flex-fontkit:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/
> lib/flex-fontkit.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/
> flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
> to c:\flex-sdk\in\flex-fontkit.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Need file: ${still_no_file}
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar
> could not be downloaded or found in cache
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 3 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
> embedded font support.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This feature requires a few font jars from the
> Adobe Flex SDK.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
> applies to these jars.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] This license is not compatible with the Apache v2
> license.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK
> download are subject to and governed by the
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/products/
> eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] By downloading, modifying, distributing, using
> and/or accessing any files in this Adobe Flex SDK,
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] you agree to the terms and conditions of the
> applicable end user license agreement.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
> agree to be bound by the third-party terms specified here:
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]     http://www.adobe.com/
> products/eula/third_party/.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Adobe recommends that you review these third-party
> terms.
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input]
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
> Flex SDK? (y, [n])
>
> '[input]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>y
>
> 'y' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-adobe-flex-dependencies:
>
> 'get-adobe-flex-dependencies:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-afe:
>
> 'download-afe:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-aglj40:
>
> 'download-aglj40:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-rideau:
>
> 'download-rideau:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-flex-fontkit:
>
> 'download-flex-fontkit:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\
> optional
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to
> c:\flex-sdk\lib\external\optional\afe.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to
> c:\flex-sdk\lib\external\optional\aglj40.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to
> c:\flex-sdk\lib\external\optional\flex-fontkit.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to
> c:\flex-sdk\lib\external\optional\rideau.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars:
>
> 'font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-adobe-flex-sdk:
>
> 'clean-adobe-flex-sdk:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>optional-downloads:
>
> 'optional-downloads:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/xmlgraphics/batik/batik-src-1.7.zip
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into
> c:\flex-sdk\in
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\
> thirdparty\batik\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt
> to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar
> to c:\flex-sdk\lib\external\xml-apis-ext.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar
> into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-
> apis-ext-LICENSES
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-
> apis-ext-LICENSES\license
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar-check:
>
> 'commons-collections-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar:
>
> 'commons-collections-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/commons/collections/binaries/commons-collections-3.0.tar.gz
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz
> into c:\flex-sdk\in
>
> '[untar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-
> collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\
> commons-collections.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-
> collections-3.0
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar-check:
>
> 'commons-discovery-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar:
>
> 'commons-discovery-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
> into c:\flex-sdk\in
>
> '[untar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-
> discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\
> commons-discovery.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-
> discovery-0.2
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar-check:
>
> 'commons-logging-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar:
>
> 'commons-logging-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
> into c:\flex-sdk\in
>
> '[untar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-
> logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\
> commons-logging.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-
> logging-1.0.4
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-jars:
>
> 'commons-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar-check:
>
> 'javacc-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar:
>
> 'javacc-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-jar:
>
> 'download-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://search.maven.org/
> remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] http://search.maven.org/
> remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/
> javacc/5.0/javacc-5.0.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
>
> '[move]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar-check:
>
> 'saxon9-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar:
>
> 'saxon9-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/
> net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\
> saxon9-NOTICES
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\
> saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\
> saxon9-NOTICES\APACHE-RESOLVER.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\
> saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\
> saxon9-NOTICES\APACHE-XERCES.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\
> saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\
> saxon9-NOTICES\GPL+CLASSPATH.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt
> to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to
> c:\flex-sdk\lib\external\saxon9.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-zip-check:
>
> 'velocity-zip-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-download-zip:
>
> 'velocity-download-zip:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/velocity/engine/1.4/velocity-1.4.tar.gz
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz
> into c:\flex-sdk\in
>
> '[untar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\
> thirdparty\velocity\build\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar-check:
>
> 'xalan-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar:
>
> 'xalan-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
> into c:\flex-sdk\in
>
> '[untar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar
> to c:\flex-sdk\lib\external\xalan.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar
> into c:\flex-sdk\lib\external\xalan-LICENSES
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars-check:
>
> 'xerces-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars:
>
> 'xerces-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-zip:
>
> 'download-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-zip:
>
> 'get-zip:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: http://archive.apache.org/
> dist/xerces/j/Xerces-J-bin.2.9.1.zip
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-sum:
>
> 'check-sum:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-with-message:
>
> 'fail-with-message:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>untar-file:
>
> 'untar-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>unzip-file:
>
> 'unzip-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
> into c:\flex-sdk\in
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>copy-downloaded-jar:
>
> 'copy-downloaded-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar
> to c:\flex-sdk\lib\external\xercesImpl.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar
> into c:\flex-sdk\lib\external\xml-apis-LICENSES
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-
> apis-LICENSES
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-
> apis-LICENSES\license
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar-check:
>
> 'flex-tool-api-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar:
>
> 'flex-tool-api-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://search.maven.org/
> remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.
> 0/flex-tool-api-1.0.0.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to
> c:\flex-sdk\lib\external\flex-tool-api.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar-check:
>
> 'blazeds-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar:
>
> 'blazeds-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] Getting: https://search.maven.org/
> remotecontent?filepath=org/apache/flex/blazeds/flex-
> messaging-common/4.7.2/flex-messaging-common-4.7.2.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
>
> '[get]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>double-check-file:
>
> 'double-check-file:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-from-cache-if-needed:
>
> 'get-from-cache-if-needed:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fail-if-not-found:
>
> 'fail-if-not-found:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar
> to c:\flex-sdk\lib\external\flex-messaging-common.jar
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>create-description:
>
> 'create-description:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] build.number is 20171027
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prebuild:
>
> 'prebuild:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>modules:
>
> 'modules:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar-check:
>
> 'commons-collections-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar:
>
> 'commons-collections-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar-check:
>
> 'commons-discovery-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar:
>
> 'commons-discovery-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar-check:
>
> 'commons-logging-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar:
>
> 'commons-logging-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-jars:
>
> 'commons-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar-check:
>
> 'javacc-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar:
>
> 'javacc-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar-check:
>
> 'saxon9-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar:
>
> 'saxon9-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar-check:
>
> 'xalan-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar:
>
> 'xalan-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars-check:
>
> 'xerces-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars:
>
> 'xerces-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar-check:
>
> 'flex-tool-api-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar:
>
> 'flex-tool-api-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar-check:
>
> 'blazeds-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar:
>
> 'blazeds-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-patch:
>
> 'xerces-patch:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\
> xercesPatch.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik:
>
> 'batik:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>init:
>
> 'init:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file
> ================================
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program
> Files\Java\jdk1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     javac.source:    1.6
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     javac.target:    1.6
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile-prepare:
>
> 'compile-prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\batik\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\
> thirdparty\batik\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>determine-svn-revision-from-file:
>
> 'determine-svn-revision-from-file:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>determine-svn-revision-set:
>
> 'determine-svn-revision-set:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-all-flex-jar:
>
> 'batik-all-flex-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\batik\batik-1.7
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\batik\batik-1.7\docs
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\batik\batik-1.7\lib
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR
> - Fork of Batik 1.7
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester
> [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity:
>
> 'velocity:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It
> doesn't work with Java 1.5.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a
> keyword warnings.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>env:
>
> 'env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-
> launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-
> 1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-
> apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.
> jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-
> ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.
> 7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-
> commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\
> apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.
> 9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.
> jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.
> 9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-
> junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\
> apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.
> 7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.
> jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program
> Files\Java\jdk1.8.0_121\lib\tools.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\velocity\bin
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\velocity\bin\src
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\
> thirdparty\velocity\bin\src
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.4
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile-copy:
>
> 'compile-copy:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\org\apache\flex\forks\
> velocity\runtime\defaults
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\org\apache\flex\forks\
> velocity\texen\defaults
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>collections-support:
>
> 'collections-support:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\commons-collections.jar into
> c:\flex-sdk\modules\thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar-dep-flex:
>
> 'jar-dep-flex:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\meta-inf
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-
> 1.4-flex.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty:
>
> 'thirdparty:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>asc:
>
> 'asc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>classes:
>
> 'classes:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 249 source files to
> c:\flex-sdk\modules\asc\build\java\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building MANIFEST-only jar:
> c:\flex-sdk\modules\asc\lib\abcdump.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building MANIFEST-only jar:
> c:\flex-sdk\modules\asc\lib\ash.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfutils:
>
> 'swfutils:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 203 source files to
> c:\flex-sdk\modules\swfutils\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swfutils.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swfdump.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fxgutils:
>
> 'fxgutils:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
> c:\flex-sdk\modules\fxgutils
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 144 source files to
> c:\flex-sdk\modules\fxgutils\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fxgutils.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compiler:
>
> 'compiler:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc:
>
> 'javacc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser
> Generator)
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/
> src/java/flex2/compiler/mxml/Grammar.jj . . .
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Parser generated successfully.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\
> classes15
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 519 source files to
> c:\flex-sdk\modules\compiler\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>set-build-num:
>
> 'set-build-num:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\
> classes\flex2\tools\version.properties
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>templates:
>
> 'templates:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building serialized velocity templates.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>localization:
>
> 'localization:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Copying localization files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/mxmlc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>other-jars:
>
> 'other-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/compc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/asdoc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fcsh.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-
> oem.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/optimizer.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/digest.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swcdepends.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/copylocale.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>debugger:
>
> 'debugger:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>available:
>
> 'available:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 141 source files to
> c:\flex-sdk\modules\debugger\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\
> src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility
> is internal proprietary API and may be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] import com.sun.org.apache.xml.
> internal.utils.LocaleUtility;
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]                                             ^
>
> More?     [javac] c:\flex-sdk\modules\debugger\
> src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning:
> LocaleUtility is internal proprietary API and may be removed in a future
> release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]                         getLocalizationManager().
> setLocale(LocaleUtility.langToLocale(args[++i]));
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]
>                                      ^
>
> More?     [javac] Note: Some input files use or override a deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 6 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fdb.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>antTasks:
>
> 'antTasks:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 25 source files to
> c:\flex-sdk\modules\antTasks\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java
> uses or overrides a deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/flexTasks.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>modules:
>
> 'modules:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>frameworks:
>
> 'frameworks:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation-clean:
>
> 'automation-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] IN bundles clean
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>airsdk-clean:
>
> 'airsdk-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\
> airmobile-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-external:
>
> 'clean-external:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Minimal test is set false
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>local-fonts-snapshot:
>
> 'local-fonts-snapshot:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars:
>
> 'font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-adobe-flex-sdk:
>
> 'clean-adobe-flex-sdk:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>optional-downloads:
>
> 'optional-downloads:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>playerglobal-setswfversion:
>
> 'playerglobal-setswfversion:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-config:
>
> 'flex-config:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>framework:
>
> 'framework:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-compile:
>
> 'assets-compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241:
> C:\flex-sdk\frameworks\libs\player\11 does not exist.
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 1 minute 16 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:195: The file
> C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 0 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>c:\flex-sdk>ant -f build.xml
>
> 'c:\flex-sdk' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
>
> 'Buildfile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\
> player\11
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.version is 11.1
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\
> player\11/11.1/playerglobal.swc
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars:
>
> 'font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-adobe-flex-sdk:
>
> 'clean-adobe-flex-sdk:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>optional-downloads:
>
> 'optional-downloads:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar-check:
>
> 'commons-collections-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar:
>
> 'commons-collections-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar-check:
>
> 'commons-discovery-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar:
>
> 'commons-discovery-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar-check:
>
> 'commons-logging-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar:
>
> 'commons-logging-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-jars:
>
> 'commons-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar-check:
>
> 'javacc-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar:
>
> 'javacc-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar-check:
>
> 'saxon9-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar:
>
> 'saxon9-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar-check:
>
> 'xalan-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar:
>
> 'xalan-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars-check:
>
> 'xerces-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars:
>
> 'xerces-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar-check:
>
> 'flex-tool-api-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar:
>
> 'flex-tool-api-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar-check:
>
> 'blazeds-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar:
>
> 'blazeds-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>create-description:
>
> 'create-description:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] build.number is 20171027
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prebuild:
>
> 'prebuild:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>modules:
>
> 'modules:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar-check:
>
> 'commons-collections-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-collections-jar:
>
> 'commons-collections-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar-check:
>
> 'commons-discovery-jar-check:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-discovery-jar:
>
> 'commons-discovery-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar-check:
>
> 'commons-logging-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-logging-jar:
>
> 'commons-logging-jar:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>commons-jars:
>
> 'commons-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar-check:
>
> 'javacc-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc-jar:
>
> 'javacc-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar-check:
>
> 'saxon9-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>saxon9-jar:
>
> 'saxon9-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar-check:
>
> 'xalan-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xalan-jar:
>
> 'xalan-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars-check:
>
> 'xerces-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-jars:
>
> 'xerces-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar-check:
>
> 'flex-tool-api-jar-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-tool-api-jar:
>
> 'flex-tool-api-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar-check:
>
> 'blazeds-jar-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>blazeds-jar:
>
> 'blazeds-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>xerces-patch:
>
> 'xerces-patch:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\xerces-patch\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\
> xercesPatch.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik:
>
> 'batik:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars-check:
>
> 'batik-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-jars:
>
> 'batik-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>init:
>
> 'init:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file
> ================================
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program
> Files\Java\jdk1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     javac.source:    1.6
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]     javac.target:    1.6
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile-prepare:
>
> 'compile-prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\
> thirdparty\batik\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\
> thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java
> uses unchecked or unsafe operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>determine-svn-revision-from-file:
>
> 'determine-svn-revision-from-file:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>determine-svn-revision-set:
>
> 'determine-svn-revision-set:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>batik-all-flex-jar:
>
> 'batik-all-flex-jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR
> - Fork of Batik 1.7
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester
> [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity:
>
> 'velocity:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It
> doesn't work with Java 1.5.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a
> keyword warnings.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars-check:
>
> 'velocity-jars-check:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>velocity-jars:
>
> 'velocity-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>env:
>
> 'env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-
> launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-
> 1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-
> apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.
> jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\
> apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-
> ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.
> 7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-
> commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\
> apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.
> 9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.
> jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.
> 9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-
> junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\
> apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.
> 7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.
> jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program
> Files\Java\jdk1.8.0_121\lib\tools.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo]
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile-copy:
>
> 'compile-copy:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>collections-support:
>
> 'collections-support:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\commons-collections.jar into
> c:\flex-sdk\modules\thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar-dep-flex:
>
> 'jar-dep-flex:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\
> thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes
>
> '[unzip]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\meta-inf
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-
> 1.4-flex.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\
> thirdparty\velocity\bin\classes\META-INF
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty:
>
> 'thirdparty:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>asc:
>
> 'asc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\
> java\classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>classes:
>
> 'classes:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 249 source files to
> c:\flex-sdk\modules\asc\build\java\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\
> java\classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building MANIFEST-only jar:
> c:\flex-sdk\modules\asc\lib\abcdump.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building MANIFEST-only jar:
> c:\flex-sdk\modules\asc\lib\ash.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfutils:
>
> 'swfutils:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 203 source files to
> c:\flex-sdk\modules\swfutils\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swfutils.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swfdump.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>fxgutils:
>
> 'fxgutils:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\
> classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
> c:\flex-sdk\modules\fxgutils
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 144 source files to
> c:\flex-sdk\modules\fxgutils\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fxgutils.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compiler:
>
> 'compiler:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\
> src\java\velocity.log
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\
> classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\
> classes15
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>javacc:
>
> 'javacc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser
> Generator)
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/
> src/java/flex2/compiler/mxml/Grammar.jj . . .
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will
> create one.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [java] Parser generated successfully.
>
> '[java]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\
> classes15
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 519 source files to
> c:\flex-sdk\modules\compiler\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use or override a
> deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>set-build-num:
>
> 'set-build-num:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\
> classes\flex2\tools\version.properties
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>templates:
>
> 'templates:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building serialized velocity templates.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>localization:
>
> 'localization:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Copying localization files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/mxmlc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>other-jars:
>
> 'other-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/compc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/asdoc.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fcsh.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-
> oem.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/optimizer.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/digest.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/swcdepends.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/copylocale.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>debugger:
>
> 'debugger:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\
> classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>available:
>
> 'available:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>run-depend:
>
> 'run-depend:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Removing class files that changed and dependent
> class files.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 141 source files to
> c:\flex-sdk\modules\debugger\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\
> src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility
> is internal proprietary API and may be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] import com.sun.org.apache.xml.
> internal.utils.LocaleUtility;
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]                                             ^
>
> More?     [javac] c:\flex-sdk\modules\debugger\
> src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning:
> LocaleUtility is internal proprietary API and may be removed in a future
> release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]                         getLocalizationManager().
> setLocale(LocaleUtility.langToLocale(args[++i]));
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac]
>                                      ^
>
> More?     [javac] Note: Some input files use or override a deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 6 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\
> classes
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/fdb.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>antTasks:
>
> 'antTasks:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\
> classes
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Compiling 25 source files to
> c:\flex-sdk\modules\antTasks\classes
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete
> and will be removed in a future release
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
> obsolete options, use -Xlint:-options.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java
> uses or overrides a deprecated API.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for
> details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
> operations.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [javac] 4 warnings
>
> '[javac]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>jar:
>
> 'jar:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Building lib/flexTasks.jar
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[mkdir]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\
> classes\META-INF
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
>
> '[jar]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>dev:
>
> 'dev:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>modules:
>
> 'modules:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>frameworks:
>
> 'frameworks:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-playerglobal-home:
>
> 'check-playerglobal-home:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-air-home:
>
> 'check-air-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-compile-env:
>
> 'check-compile-env:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Java: 1.8.0_121
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on
> April 9 2016 Ant Java Version: 1.8
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation-clean:
>
> 'automation-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>automation_agent_bundles-clean:
>
> 'automation_agent_bundles-clean:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] IN bundles clean
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>tool_air_bundles-clean:
>
> 'tool_air_bundles-clean:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>airsdk-clean:
>
> 'airsdk-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\
> airmobile-config.xml
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>[available] DEPRECATED - <available> used to override an
> existing property.
>
> The system cannot find the file specified.
>
>
>
> c:\flex-sdk>[available]   Build file should not reuse the same property
> name for different values.
>
> '[available]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>check-tlf-home:
>
> 'check-tlf-home:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-external:
>
> 'clean-external:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Minimal test is set false
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
>
> '[delete]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>local-fonts-snapshot:
>
> 'local-fonts-snapshot:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
>
> '[touch]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>thirdparty-downloads:
>
> 'thirdparty-downloads:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-check:
>
> 'pixelbender-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>pixelbender-download:
>
> 'pixelbender-download:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-check:
>
> 'swfobject-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-download:
>
> 'swfobject-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>swfobject-fabridge-download:
>
> 'swfobject-fabridge-download:' is not recognized as an internal or
> external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-check:
>
> 'osmf-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>osmf-download:
>
> 'osmf-download:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>download-osmf-swc:
>
> 'download-osmf-swc:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars-check:
>
> 'font-jars-check:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>ask-font:
>
> 'ask-font:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>get-font-jars:
>
> 'get-font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>font-jars:
>
> 'font-jars:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean-adobe-flex-sdk:
>
> 'clean-adobe-flex-sdk:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>optional-downloads:
>
> 'optional-downloads:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>main:
>
> 'main:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove
> these.
>
> '[echo]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>prepare:
>
> 'prepare:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>playerglobal-setswfversion:
>
> 'playerglobal-setswfversion:' is not recognized as an internal or external
> command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>flex-config:
>
> 'flex-config:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
>
> '[copy]' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>compile:
>
> 'compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>framework:
>
> 'framework:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>bundles-clean:
>
> 'bundles-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-clean:
>
> 'assets-clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>clean:
>
> 'clean:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>assets-compile:
>
> 'assets-compile:' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>BUILD FAILED
>
> 'BUILD' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while
> executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error
> occurred while executing this line:
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241:
> C:\flex-sdk\frameworks\libs\player\11 does not exist.
>
> The filename, directory name, or volume label syntax is incorrect.
>
>
>
> c:\flex-sdk>
>
> c:\flex-sdk>Total time: 22 seconds
>
> 'Total' is not recognized as an internal or external command,
>
> operable program or batch file.
>
>
>
> c:\flex-sdk>
>
>
>
> *From:* Carlos Cruz [mailto:carlos@nbtbizcapital.com
> <ca...@nbtbizcapital.com>]
> *Sent:* Friday, October 27, 2017 5:33 PM
> *To:* users@royale.apache.org
> *Subject:* royale build error
>
>
>
> When I try to build royale I get the following error:
>
> BUILD FAILED
>
> C:\flex-sdk\build.xml:157: The following error occurred while executing
> this line:
>
> C:\flex-sdk\frameworks\build.xml:100: The following error occurred while
> executing this line:
>
> C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred
> while executing this line:
>
> C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred
> while executing this line:
>
> C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be
> downloaded or found in cache
>
>
>
> I can fix this error if I manually download the file and rename it,  as it
> downloads a file named osmf2_0.swf
>
>
>
> But then I get the following error
>
> c:\flex-sdk\build.xml:157: The following error occurred while executing
> this line:
>
> c:\flex-sdk\frameworks\build.xml:100: The following error occurred while
> executing this line:
>
> c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred
> while executing this line:
>
> c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred
> while executing this line:
>
> c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred
> while executing this line:
>
> c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded
> or found in cache
>
>
>
> I’m I being obtuse or I’m I missing something?
>
>
>
> Carlos
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

GitHub: https://github.com/piotrzarzycki21

Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
I'm not sure why Carlos needs to build Royale from the repos either, but he's been very helpful finding some issues.  Eventually we would want Carlos and others to build from the repos in order to propose patches.

Carlos, I'm not sure how much time you have so you have to decide for yourself.  FlexJS should be a usable SDK for IDEs but it will have more bugs and missing features.  I hope we will be testing newer SDK packages for IDEs for Royale next week or two.

Thanks for your help so far,
-Alex

From: Piotr Zarzycki <pi...@gmail.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Wednesday, November 1, 2017 at 10:57 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: royale build error


Alex,

I still don't understand why Carlos need to build Royale on his own. Can we provide him binary distribution ?

Carlos,

I believe if you start migration from FlexJS would be easier for you cause there is still some work to do to have official support for Royale in Visual Studio Code and Moonshine - Currently FlexJS is supported. If you are going to use Flash Builder I saw that there is possible use Royale there.

Piotr

On Wed, Nov 1, 2017, 18:25 Carlos Cruz <ca...@nbtbizcapital.com>> wrote:
Hi Alex;

Since I haven’t been able to compile Royale, do you recommend starting the conversion by using FlexJS in the mean time?

Thx!
Carlos
From: Alex Harui [mailto:aharui@adobe.com<ma...@adobe.com>]
Sent: Wednesday, November 1, 2017 1:32 AM

To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.

And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.

So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.

IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Tuesday, October 31, 2017 at 9:55 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

Anyways thanks for helping me out!

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

Regarding your points
The instructions I followed can be found at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0>

The specific target of the build.xml file you mention does match, to confirm here’s mine:
        <!-- needed to make Flash Builder accept folder as a Flex SDK -->
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

Carlos


From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:


        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />




And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

*4) The Adobe Flash Player content debuggers can be found here:
            http://www.adobe.com/support/flashplayer/downloads.html

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
        filename of the FlashPlayerDebugger.exe. Note the filename of flash
        player debugger maybe different.
           e.g. C:\MyPath\FlashPlayerDebugger.exe

I downloaded the one for firefox because that’s the browser I use for debugging.

[cid:image001.png@01D35314.B9E6FA50]


I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

Thx!
Carlos.

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"







If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Harbs;

 

I looked at the download but I run out of time to try to build Royale, I will do it after I sleep a few hours.

 

I do have one clarification when you say the “manifest” are you referring to the “build.properties” file? (When I said here, with me behind a keyboard that the world’s nuclear reactors were safe I was letting you know I’m no hacking wizard J )

 

Thx!

Carlos  

 

 

From: Harbs [mailto:harbs.lists@gmail.com] 
Sent: Wednesday, November 1, 2017 2:07 PM
To: users@royale.apache.org
Subject: Re: royale build error

 

Here’s a link to my current local build.

https://www.dropbox.com/s/8xq0dwn4rguypxy/RoyaleNightly.zip?dl=0

 

The manifest file might need a bit of tweaking, but otherwise it should work…

 

Standard disclaimers apply, and I’m not leaving this link available for long…

 

Harbs

 

On Nov 1, 2017, at 7:57 PM, Piotr Zarzycki <piotrzarzycki21@gmail.com <ma...@gmail.com> > wrote:

 

Alex,

I still don't understand why Carlos need to build Royale on his own. Can we provide him binary distribution ? 

Carlos,

I believe if you start migration from FlexJS would be easier for you cause there is still some work to do to have official support for Royale in Visual Studio Code and Moonshine - Currently FlexJS is supported. If you are going to use Flash Builder I saw that there is possible use Royale there.

Piotr

 

On Wed, Nov 1, 2017, 18:25 Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> > wrote:

Hi Alex;

 

Since I haven’t been able to compile Royale, do you recommend starting the conversion by using FlexJS in the mean time?

 

Thx!

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com> ] 

Sent: Wednesday, November 1, 2017 1:32 AM


To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.

 

And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.

 

So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.

 

IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 9:55 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

 

Anyways thanks for helping me out!

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

 

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

 

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

 

Regarding your points 

The instructions I followed can be found at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0> 

 

The specific target of the build.xml file you mention does match, to confirm here’s mine:

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

 

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

 

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

 

Carlos

 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

 

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:

 

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />






And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

 

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different.

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 

 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 









If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: 

<image001.png><image001.png>

 


RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Harbs;

 

Thanks, I downloaded it, I will look into it shortly.

 

Thx!

Carlos

 

 

 

From: Harbs [mailto:harbs.lists@gmail.com] 
Sent: Wednesday, November 1, 2017 2:07 PM
To: users@royale.apache.org
Subject: Re: royale build error

 

Here’s a link to my current local build.

https://www.dropbox.com/s/8xq0dwn4rguypxy/RoyaleNightly.zip?dl=0

 

The manifest file might need a bit of tweaking, but otherwise it should work…

 

Standard disclaimers apply, and I’m not leaving this link available for long…

 

Harbs

 

On Nov 1, 2017, at 7:57 PM, Piotr Zarzycki <piotrzarzycki21@gmail.com <ma...@gmail.com> > wrote:

 

Alex,

I still don't understand why Carlos need to build Royale on his own. Can we provide him binary distribution ? 

Carlos,

I believe if you start migration from FlexJS would be easier for you cause there is still some work to do to have official support for Royale in Visual Studio Code and Moonshine - Currently FlexJS is supported. If you are going to use Flash Builder I saw that there is possible use Royale there.

Piotr

 

On Wed, Nov 1, 2017, 18:25 Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> > wrote:

Hi Alex;

 

Since I haven’t been able to compile Royale, do you recommend starting the conversion by using FlexJS in the mean time?

 

Thx!

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com> ] 

Sent: Wednesday, November 1, 2017 1:32 AM


To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.

 

And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.

 

So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.

 

IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 9:55 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

 

Anyways thanks for helping me out!

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

 

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

 

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

 

Regarding your points 

The instructions I followed can be found at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0> 

 

The specific target of the build.xml file you mention does match, to confirm here’s mine:

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

 

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

 

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

 

Carlos

 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

 

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:

 

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />






And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

 

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different.

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 

 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 









If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: 

<image001.png><image001.png>

 


Re: royale build error

Posted by Harbs <ha...@gmail.com>.
Here’s a link to my current local build.
https://www.dropbox.com/s/8xq0dwn4rguypxy/RoyaleNightly.zip?dl=0 <https://www.dropbox.com/s/8xq0dwn4rguypxy/RoyaleNightly.zip?dl=0>

The manifest file might need a bit of tweaking, but otherwise it should work…

Standard disclaimers apply, and I’m not leaving this link available for long…

Harbs

> On Nov 1, 2017, at 7:57 PM, Piotr Zarzycki <pi...@gmail.com> wrote:
> 
> Alex,
> 
> I still don't understand why Carlos need to build Royale on his own. Can we provide him binary distribution ? 
> 
> Carlos,
> 
> I believe if you start migration from FlexJS would be easier for you cause there is still some work to do to have official support for Royale in Visual Studio Code and Moonshine - Currently FlexJS is supported. If you are going to use Flash Builder I saw that there is possible use Royale there.
> 
> Piotr
> 
> 
> On Wed, Nov 1, 2017, 18:25 Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>> wrote:
> Hi Alex;
> 
>  
> 
> Since I haven’t been able to compile Royale, do you recommend starting the conversion by using FlexJS in the mean time?
> 
>  
> 
> Thx!
> 
> Carlos
> 
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> 
> Sent: Wednesday, November 1, 2017 1:32 AM
> 
> 
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.
> 
>  
> 
> And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.
> 
>  
> 
> So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.
> 
>  
> 
> IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.
> 
>  
> 
> HTH,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Tuesday, October 31, 2017 at 9:55 PM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.
> 
>  
> 
> Anyways thanks for helping me out!
> 
>  
> 
> Carlos
> 
>  
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> Sent: Tuesday, October 31, 2017 11:40 AM
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.
> 
>  
> 
> So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.
> 
>  
> 
> Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.
> 
>  
> 
> Thanks,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Tuesday, October 31, 2017 at 7:13 AM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> I keep asking you what should my take away from this be:
> 
> 1.       I’m I doing something wrong
> 
> 2.       should I continue exploring Royale
> 
> 3.       Is Royale / flexJS “almost” ready for real world application development.
> 
>  
> 
> Regarding your points 
> 
> The instructions I followed can be found at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0>
>  
> 
> The specific target of the build.xml file you mention does match, to confirm here’s mine:
> 
>         <!-- needed to make Flash Builder accept folder as a Flex SDK -->
> 
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />
> 
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />
> 
>  
> 
> mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib
> 
>  
> 
> and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib
> 
>  
> 
> Carlos
> 
>  
> 
>  
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> Sent: Tuesday, October 31, 2017 1:20 AM
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.
> 
>  
> 
> It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:
> 
>  
> 
>         <!-- needed to make Flash Builder accept folder as a Flex SDK -->
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />
> 
> 
> 
> 
> 
> And that should have copied an mxmlc.jar into c:\royale-asjs\lib.
> 
>  
> 
> If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.
> 
>  
> 
> Thanks,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Monday, October 30, 2017 at 6:43 PM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> Hi Alex;
> 
>  
> 
> I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale
> 
>  
> 
> *4) The Adobe Flash Player content debuggers can be found here:
> 
>             http://www.adobe.com/support/flashplayer/downloads.html <http://www.adobe.com/support/flashplayer/downloads.html>
>  
> 
>         On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
> 
>         filename of the FlashPlayerDebugger.exe. Note the filename of flash
> 
>         player debugger maybe different.
> 
>            e.g. C:\MyPath\FlashPlayerDebugger.exe
> 
>  
> 
> I downloaded the one for firefox because that’s the browser I use for debugging. 
> 
>  
> 
> 
> 
>  
> 
>  
> 
> I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.
> 
>  
> 
> With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.
> 
>  
> 
> Thx!
> 
> Carlos. 
> 
>  
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> Sent: Monday, October 30, 2017 6:40 PM
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:
> 
>  
> 
> C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
> 
>  
> 
> Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.
> 
>  
> 
> HTH,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Monday, October 30, 2017 at 12:14 PM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> Hi Alex;
> 
> I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.
> 
>  
> 
> Thx!
> 
> Carlos 
> 
>  
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> Sent: Monday, October 30, 2017 1:38 PM
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.
> 
>  
> 
> Thanks,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Monday, October 30, 2017 at 9:55 AM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> Hi Alex;
> 
> Just to confirm there are 3 failures. 
> 
>  
> 
> Is there something I should be doing?
> 
>  
> 
> Carlos
> 
>  
> 
> From: Alex Harui [mailto:aharui@adobe.com <ma...@adobe.com>] 
> Sent: Monday, October 30, 2017 2:38 AM
> To: users@royale.apache.org <ma...@royale.apache.org>
> Subject: Re: royale build error
> 
>  
> 
> Hi Carlos,
> 
>  
> 
> That looks better (except for the test failures).  In the royale-compiler folder, there should be:
> 
>  
> 
> compiler/target/junit-reports/TEST-as.ASExpressionTests.xml
>  
> 
> It should start with:  
> 
>  
> 
> <?xml version="1.0" encoding="UTF-8" ?>
> <testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 
> 
> 
> 
> 
> 
> 
> 
> If failures="0", then look in the other xml files in compiler/target/unit-reports
> 
>  
> 
> Post the file with the failures so we can see what is failing.
> 
>  
> 
> Thanks,
> 
> -Alex
> 
>  
> 
> From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Sunday, October 29, 2017 at 11:20 PM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: RE: royale build error
> 
>  
> 
> Hi Alex;
> 
>  
> 
> I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.
> 
>  
> 
> Re the windows environment variables I was just being lazy… I made the necessary changes
> 
> The build still fails my steps:
> 
> 1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>
> 2.       git checkout develop
> 
> 3.       ran ant all
> 
>  
> 
> I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.
> 
>  
> 
> Thx!
> 
> Carlos
> 
>  
> 
> C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
> Cloning into 'royale-asjs'...
> 
> remote: Counting objects: 90363, done.
> 
> remote: Compressing objects: 100% (192/192), done.
> 
> remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
> 
> Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
> 
> Resolving deltas: 100% (54393/54393), done.
> 
>  
> 
> C:\>cd royale-asjs
> 
>  
> 
> C:\royale-asjs>git checkout develop
> 
> Checking out files: 100% (5030/5030), done.
> 
> Branch develop set up to track remote branch develop from origin.
> 
> Switched to a new branch 'develop'
> 
>  
> 
> C:\royale-asjs>ant all
> 
> Buildfile: C:\royale-asjs\build.xml
> 
>  
> 
> set.base.folder:
> 
>  
> 
> check-git:
> 
>      [echo] Checking for Git...
> 
>      [exec] git version 2.10.0.windows.1
> 
>  
> 
> get-download-folder:
> 
>  
> 
> download-all:
> 
>      [echo] Using folder C:\royale-asjs/..
> 
>  
> 
> check-royale-asjs:
> 
>  
> 
> warn-before-clone:
> 
>  
> 
> check-royale-asjs:
> 
>  
> 
> clone-royale-asjs:
> 
>  
> 
> check-royale-compiler:
> 
>  
> 
> clone-royale-compiler:
> 
>      [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
> 
>      [exec] Cloning into 'royale-compiler'...
> 
>      [exec] Branch develop set up to track remote branch develop from origin.
> 
>      [exec] Switched to a new branch 'develop'
> 
>  
> 
> check-royale-typedefs:
> 
>  
> 
> clone-royale-typedefs:
> 
>      [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
> 
>      [exec] Cloning into 'royale-typedefs'...
> 
>      [exec] Branch develop set up to track remote branch develop from origin.
> 
>      [exec] Switched to a new branch 'develop'
> 
>  
> 
> check-playerglobal-home:
> 
>      [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
> 
>      [echo] playerglobal.version is 11.1
> 
>      [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc
> 
>  
> 
> check-air-home:
> 
>      [echo] AIR_HOME is C:\AdobeAIRSDK
> 
>  
> 
> build-all:
> 
>     [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.
> 
>  
> 
> Trying to override old definition of task tar-gzip
> 
>  
> 
> sdk:
> 
>  
> 
> annotate.class:
> 
>     [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
> 
>     [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
> 
>     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
> 
>     [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
> 
>     [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
> 
>     [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> 
>     [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
> 
>     [javac]     public static class AnnotateClassDeleteException extends Exception
> 
>     [javac]                   ^
> 
>     [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
> 
>     [javac]     public static class AnnotateClassRenameException extends Exception
> 
>     [javac]                   ^
> 
>     [javac] 6 warnings
> 
>  
> 
> unknown.tree.pattern.input.output:
> 
>     [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
> 
>     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
> 
>     [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
> 
>     [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
> 
>     [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> 
>     [javac] 4 warnings
> 
>  
> 
> main:
> 
>  
> 
> compiler.downloads.cache:
> 
>  
> 
> compiler.downloads:
> 
>  
> 
> prepare:
> 
>      [echo] Making lib directory C:\royale-compiler\compiler/lib/external
> 
>     [mkdir] Created dir: C:\royale-compiler\compiler\lib\external
> 
>  
> 
> all:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>       [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>       [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-jar:
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
>       [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar
> 
>  
> 
> double-check-file:
> 
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
> 
>      [echo] Need file: ${still_no_file}
> 
>  
> 
> get-from-cache-if-needed:
> 
>  
> 
> fail-if-not-found:
> 
>  
> 
> check-sum:
> 
>  
> 
> put-in-cache:
> 
>  
> 
> copy-if-cached:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-dependency:
> 
>      [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar
> 
>  
> 
> download-dependency:
> 
>  
> 
> echo-project-jar:
> 
>    [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
> 
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
> 
>  
> 
> download-apache-license:
> 
>  
> 
> download-other-license:
> 
>  
> 
> download-dependency-jar:
> 
>  
> 
> download-dependency-zip:
> 
>  
> 
> check-cache:
> 
>  
> 
> download-zip:
> 
>     [mkdir] Created dir: C:\royale-compiler\compiler\in
> 
>  
> 
> get-if-not-cached:
> 
>       [get] Getting:  <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0><image001.png><image001.png>


Re: royale build error

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex,

I still don't understand why Carlos need to build Royale on his own. Can we
provide him binary distribution ?

Carlos,

I believe if you start migration from FlexJS would be easier for you cause
there is still some work to do to have official support for Royale in
Visual Studio Code and Moonshine - Currently FlexJS is supported. If you
are going to use Flash Builder I saw that there is possible use Royale
there.

Piotr

On Wed, Nov 1, 2017, 18:25 Carlos Cruz <ca...@nbtbizcapital.com> wrote:

> Hi Alex;
>
>
>
> Since I haven’t been able to compile Royale, do you recommend starting the
> conversion by using FlexJS in the mean time?
>
>
>
> Thx!
>
> Carlos
>
> *From:* Alex Harui [mailto:aharui@adobe.com]
>
> *Sent:* Wednesday, November 1, 2017 1:32 AM
>
>
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> We are still experimenting with packaging and build scripts now that
> Apache Royale is trying to separate both technically and branding-wise from
> Apache Flex.  But also, we simply need more folks to dive in and tell us
> where they get stuck.  There aren't enough people to polish something
> before it gets released like Adobe did.  This is much more of a community
> effort.  Think of it more as a potluck than a restaurant.
>
>
>
> And so, those who get involved will get our attention and thus will have a
> much better chance of having their issues resolved, in part because you can
> have more impact in resolving your own issues.  You can grab the code and
> try fixes on your own.
>
>
>
> So I understand it is hard to do planning.  I'm hopeful we'll have our
> packaging figured out soon so that other folks' first attempts aren't as
> rough as yours.  Then we can say, "ok, grab the code and tell us what isn't
> working" and there will be fewer logistical issues like you are
> experiencing.  Harbs finished his migration in about a year and a half, but
> I think it should be less time for anyone else following his trail.  And
> that should be less time than trying to port a lot of ActionScript to
> JavaScript.
>
>
>
> IMO, folks need to be migrated off of Flash before 2020 unless you can
> control what browser versions your customers use.  Already, the experience
> of running Flash in a browser often requires extra steps.
>
>
>
> HTH,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Tuesday, October 31, 2017 at 9:55 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> I don’t mind some bumps in the road, and I think in the long run it will
> be worth it. I just wished I had a better understanding of the path forward
> to do some planning because I have some concerns if I’ll be able to use my
> flash applications if I’m not ready by 2020.
>
>
>
> Anyways thanks for helping me out!
>
>
>
> Carlos
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Tuesday, October 31, 2017 11:40 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> Royale/FlexJS is almost completely new code.  As such, our documentation
> is spotty, ambiguous and/or incorrect, plus we are in the process of
> renaming lots of things from Flex to Royale and testing new ways of
> packaging the releases.  So it will be a bumpy road for a bit longer.
> Working with Royale right now will not be like working with Flex which had
> documentation and quality testing teams.  I don't know if you've remember
> the last time you moved to a new home, but it feels like that to me.  So I
> appreciate your patience in working with us.
>
>
>
> So yes, to all three questions, but don't worry about #1.  The
> documentation could be more clear.  Harbs has recently made his migrated
> app public so we now know it is possible to take a Royale application into
> production and we are looking for someone else (or two or three someones)
> we can help with their migration.  Every time we do it, it will get easier
> for the next person.
>
>
>
> Regarding your specific recent output, given your response below it isn't
> obvious why you had a failure there.  I will try to replicate it today.
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Tuesday, October 31, 2017 at 7:13 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> I keep asking you what should my take away from this be:
>
> 1.       I’m I doing something wrong
>
> 2.       should I continue exploring Royale
>
> 3.       Is Royale / flexJS “almost” ready for real world application
> development.
>
>
>
> Regarding your points
>
> The instructions I followed can be found at:
> https://github.com/apache/royale-compiler
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0>
>
>
>
> The specific target of the build.xml file you mention does match, to
> confirm here’s mine:
>
>         <!-- needed to make Flash Builder accept folder as a Flex SDK -->
>
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"
> tofile="${basedir}/lib/mxmlc.jar" />
>
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"
> tofile="${basedir}/lib/adt.jar" />
>
>
>
> mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND
> c:\royal-asjs\lib
>
>
>
> and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib
>
>
>
> Carlos
>
>
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Tuesday, October 31, 2017 1:20 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> Where did you find those instructions?  I guess we should specify
> "Projector" content debuggers in our instructions.
>
>
>
> It isn't clear why you got an error.  Look in the build.xml and search for
> "copy-compiler".  That target should end with:
>
>
>
>         <!-- needed to make Flash Builder accept folder as a Flex SDK -->
>
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile=
> "${basedir}/lib/mxmlc.jar" />
>
>         <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile=
> "${basedir}/lib/adt.jar" />
>
>
>
>
>
> And that should have copied an mxmlc.jar into c:\royale-asjs\lib.
>
>
>
> If it didn't, check c:\royale-compiler\compiler\lib and see if there is a
> compiler-mxmlc.jar in there.
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Monday, October 30, 2017 at 6:43 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> Hi Alex;
>
>
>
> I’m a bit confused I was trying to follow the instruction found on the
> git’s main page for Royale
>
>
>
> *4) The Adobe Flash Player content debuggers can be found here:
>
>             http://www.adobe.com/support/flashplayer/downloads.html
>
>
>
>         On Windows, set FLASHPLAYER_DEBUGGER to the absolute path
> including the
>
>         filename of the FlashPlayerDebugger.exe. Note the filename of flash
>
>         player debugger maybe different.
>
>            e.g. C:\MyPath\FlashPlayerDebugger.exe
>
>
>
> I downloaded the one for firefox because that’s the browser I use for
> debugging.
>
>
>
>
>
>
>
> I think I deciphered (attempt at being funny) what you were saying and I
> made the changes, the build went further but it’s still failing, I included
> the output of the windows cmd console in the attached file.
>
>
>
> With me behind the keyboard the world’s nuclear reactors are safe, but I’m
> also not the dumbest guy with a keyboard, if I’m having trouble I’m sure
> others will to (my opinion), let me know if I’m being more of a bother than
> helpful.
>
>
>
> Thx!
>
> Carlos.
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Monday, October 30, 2017 6:40 PM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> It appears that the flashplayerdebugger is returning exit code 1003, which
> is unusual.  I noticed from the output that your flash player debugger is:
>
>
>
> C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
>
>
>
> Which is an unusual name.  Make sure you are using the "projector content
> debugger" and not the plugin debuggers.  If you run that .exe manually, it
> should put up a window for running Flash SWFs.
>
>
>
> HTH,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Monday, October 30, 2017 at 12:14 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> Hi Alex;
>
> I misunderstood your question, I thought you were asking me if there were
> other error / test related files.  I’m including the file I think you
> requested.
>
>
>
> Thx!
>
> Carlos
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Monday, October 30, 2017 1:38 PM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> I'm wondering what those 3 failures are.  I tried to describe in my last
> reply how to find the failure report in an .xml file.  Maybe I wasn't clear
> enough but try to follow what I said and ask more detailed questions if you
> are confused.
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Monday, October 30, 2017 at 9:55 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> Hi Alex;
>
> Just to confirm there are 3 failures.
>
>
>
> Is there something I should be doing?
>
>
>
> Carlos
>
>
>
> *From:* Alex Harui [mailto:aharui@adobe.com <ah...@adobe.com>]
> *Sent:* Monday, October 30, 2017 2:38 AM
> *To:* users@royale.apache.org
> *Subject:* Re: royale build error
>
>
>
> Hi Carlos,
>
>
>
> That looks better (except for the test failures).  In the royale-compiler
> folder, there should be:
>
>
>
> compiler/target/junit-reports/TEST-as.ASExpressionTests.xml
>
>
>
> It should start with:
>
>
>
> <?xml version="1.0" encoding="UTF-8" ?>
>
> <testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"
> skipped="0"tests="3"
>
>
>
>
>
>
>
>
> If failures="0", then look in the other xml files in compiler/target/
> unit-reports
>
>
>
> Post the file with the failures so we can see what is failing.
>
>
>
> Thanks,
>
> -Alex
>
>
>
> *From: *Carlos Cruz <ca...@nbtbizcapital.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Sunday, October 29, 2017 at 11:20 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *RE: royale build error
>
>
>
> Hi Alex;
>
>
>
> I don’t claim to be an ANT master or expert but I work with it almost
> daily, but Royale is beginning to make feel like the court’s jester L.
>
>
>
> Re the windows environment variables I was just being lazy… I made the
> necessary changes
>
> The build still fails my steps:
>
> 1.       git clone https://github.com/apache/royale-asjs.git
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>
>
> 2.       git checkout develop
>
> 3.       ran ant all
>
>
>
> I’m including the console output in case I’m following the right procedure
> and you need the output to diagnose something, I’m NOT trying to impose.
>
>
>
> Thx!
>
> Carlos
>
>
>
> C:\>git clone https://github.com/apache/royale-asjs.git
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
>
> Cloning into 'royale-asjs'...
>
> remote: Counting objects: 90363, done.
>
> remote: Compressing objects: 100% (192/192), done.
>
> remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
>
> Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
>
> Resolving deltas: 100% (54393/54393), done.
>
>
>
> C:\>cd royale-asjs
>
>
>
> C:\royale-asjs>git checkout develop
>
> Checking out files: 100% (5030/5030), done.
>
> Branch develop set up to track remote branch develop from origin.
>
> Switched to a new branch 'develop'
>
>
>
> C:\royale-asjs>ant all
>
> Buildfile: C:\royale-asjs\build.xml
>
>
>
> set.base.folder:
>
>
>
> check-git:
>
>      [echo] Checking for Git...
>
>      [exec] git version 2.10.0.windows.1
>
>
>
> get-download-folder:
>
>
>
> download-all:
>
>      [echo] Using folder C:\royale-asjs/..
>
>
>
> check-royale-asjs:
>
>
>
> warn-before-clone:
>
>
>
> check-royale-asjs:
>
>
>
> clone-royale-asjs:
>
>
>
> check-royale-compiler:
>
>
>
> clone-royale-compiler:
>
>      [echo] cloning royale-compiler repo into
> C:\royale-asjs/../royale-compiler
>
>      [exec] Cloning into 'royale-compiler'...
>
>      [exec] Branch develop set up to track remote branch develop from
> origin.
>
>      [exec] Switched to a new branch 'develop'
>
>
>
> check-royale-typedefs:
>
>
>
> clone-royale-typedefs:
>
>      [echo] cloning royale-typedefs repo into
> C:\royale-asjs/../royale-typedefs
>
>      [exec] Cloning into 'royale-typedefs'...
>
>      [exec] Branch develop set up to track remote branch develop from
> origin.
>
>      [exec] Switched to a new branch 'develop'
>
>
>
> check-playerglobal-home:
>
>      [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
>
>      [echo] playerglobal.version is 11.1
>
>      [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc
>
>
>
> check-air-home:
>
>      [echo] AIR_HOME is C:\AdobeAIRSDK
>
>
>
> build-all:
>
>     [input] This script will now download and compile lots of files.  This
> can take several minutes.   No interaction should be required.  Press the
> enter key to continue.
>
>
>
> Trying to override old definition of task tar-gzip
>
>
>
> sdk:
>
>
>
> annotate.class:
>
>     [mkdir] Created dir:
> C:\royale-compiler\compiler-build-tools\target\classes
>
>     [javac] Compiling 1 source file to
> C:\royale-compiler\compiler-build-tools\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac]
> C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24:
> warning: [serial] serializable class AnnotateClassDeleteException has no
> definition of serialVersionUID
>
>     [javac]     public static class AnnotateClassDeleteException extends
> Exception
>
>     [javac]                   ^
>
>     [javac]
> C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32:
> warning: [serial] serializable class AnnotateClassRenameException has no
> definition of serialVersionUID
>
>     [javac]     public static class AnnotateClassRenameException extends
> Exception
>
>     [javac]                   ^
>
>     [javac] 6 warnings
>
>
>
> unknown.tree.pattern.input.output:
>
>     [javac] Compiling 1 source file to
> C:\royale-compiler\compiler-build-tools\target\classes
>
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
>
>     [javac] warning: [options] source value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] target value 1.5 is obsolete and will be
> removed in a future release
>
>     [javac] warning: [options] To suppress warnings about obsolete
> options, use -Xlint:-options.
>
>     [javac] 4 warnings
>
>
>
> main:
>
>
>
> compiler.downloads.cache:
>
>
>
> compiler.downloads:
>
>
>
> prepare:
>
>      [echo] Making lib directory C:\royale-compiler\compiler/lib/external
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\lib\external
>
>
>
> all:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//antlr.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>       [get] Getting: http://www.antlr.org/license.html
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//commons-cli.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//commons-io.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
>
>       [get] To:
> C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//guava.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>       [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\guava.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//jburg.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> check-cache:
>
>
>
> download-jar:
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
>
>       [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar
>
>
>
> double-check-file:
>
>      [echo] ${env.FLEX_DOWNLOAD_CACHE}
>
>      [echo] Need file: ${still_no_file}
>
>
>
> get-from-cache-if-needed:
>
>
>
> fail-if-not-found:
>
>
>
> check-sum:
>
>
>
> put-in-cache:
>
>
>
> copy-if-cached:
>
>
>
> download-dependency-zip:
>
>
>
> check-dependency:
>
>      [echo] checking for
> C:\royale-compiler\compiler/lib/external//jflex.jar
>
>
>
> download-dependency:
>
>
>
> echo-project-jar:
>
>    [delete] Deleting:
> C:\royale-compiler\compiler\src\main\resources\project.properties
>
>      [echo] ${INFO_DOWNLOADING_FILE_FROM}
>
>
>
> download-apache-license:
>
>
>
> download-other-license:
>
>
>
> download-dependency-jar:
>
>
>
> download-dependency-zip:
>
>
>
> check-cache:
>
>
>
> download-zip:
>
>     [mkdir] Created dir: C:\royale-compiler\compiler\in
>
>
>
> get-if-not-cached:
>
>       [get] Getting:
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
>

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

 

Since I haven’t been able to compile Royale, do you recommend starting the conversion by using FlexJS in the mean time?

 

Thx!

Carlos

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Wednesday, November 1, 2017 1:32 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.

 

And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.

 

So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.

 

IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 9:55 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

 

Anyways thanks for helping me out!

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

 

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

 

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

 

Regarding your points 

The instructions I followed can be found at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0> 

 

The specific target of the build.xml file you mention does match, to confirm here’s mine:

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

 

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

 

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

 

Carlos

 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

 

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:

 

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />







And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

 

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different.

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 



 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 










If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>  moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0> 

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

We are still experimenting with packaging and build scripts now that Apache Royale is trying to separate both technically and branding-wise from Apache Flex.  But also, we simply need more folks to dive in and tell us where they get stuck.  There aren't enough people to polish something before it gets released like Adobe did.  This is much more of a community effort.  Think of it more as a potluck than a restaurant.

And so, those who get involved will get our attention and thus will have a much better chance of having their issues resolved, in part because you can have more impact in resolving your own issues.  You can grab the code and try fixes on your own.

So I understand it is hard to do planning.  I'm hopeful we'll have our packaging figured out soon so that other folks' first attempts aren't as rough as yours.  Then we can say, "ok, grab the code and tell us what isn't working" and there will be fewer logistical issues like you are experiencing.  Harbs finished his migration in about a year and a half, but I think it should be less time for anyone else following his trail.  And that should be less time than trying to port a lot of ActionScript to JavaScript.

IMO, folks need to be migrated off of Flash before 2020 unless you can control what browser versions your customers use.  Already, the experience of running Flash in a browser often requires extra steps.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Tuesday, October 31, 2017 at 9:55 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

Anyways thanks for helping me out!

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

Regarding your points
The instructions I followed can be found at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0>

The specific target of the build.xml file you mention does match, to confirm here’s mine:
        <!-- needed to make Flash Builder accept folder as a Flex SDK -->
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

Carlos


From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:


        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />



And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

*4) The Adobe Flash Player content debuggers can be found here:
            http://www.adobe.com/support/flashplayer/downloads.html

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
        filename of the FlashPlayerDebugger.exe. Note the filename of flash
        player debugger maybe different.
           e.g. C:\MyPath\FlashPlayerDebugger.exe

I downloaded the one for firefox because that’s the browser I use for debugging.

[cid:image001.png@01D352AA.ED07B6A0]


I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

Thx!
Carlos.

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"






If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
I don’t mind some bumps in the road, and I think in the long run it will be worth it. I just wished I had a better understanding of the path forward to do some planning because I have some concerns if I’ll be able to use my flash applications if I’m not ready by 2020.

 

Anyways thanks for helping me out!

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 11:40 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

 

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

 

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

 

Regarding your points 

The instructions I followed can be found at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0> 

 

The specific target of the build.xml file you mention does match, to confirm here’s mine:

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

 

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

 

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

 

Carlos

 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

 

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:

 

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />






And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

 

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different.

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 



 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 









If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>  moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0> 

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

Royale/FlexJS is almost completely new code.  As such, our documentation is spotty, ambiguous and/or incorrect, plus we are in the process of renaming lots of things from Flex to Royale and testing new ways of packaging the releases.  So it will be a bumpy road for a bit longer.  Working with Royale right now will not be like working with Flex which had documentation and quality testing teams.  I don't know if you've remember the last time you moved to a new home, but it feels like that to me.  So I appreciate your patience in working with us.

So yes, to all three questions, but don't worry about #1.  The documentation could be more clear.  Harbs has recently made his migrated app public so we now know it is possible to take a Royale application into production and we are looking for someone else (or two or three someones) we can help with their migration.  Every time we do it, it will get easier for the next person.

Regarding your specific recent output, given your response below it isn't obvious why you had a failure there.  I will try to replicate it today.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Tuesday, October 31, 2017 at 7:13 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

Regarding your points
The instructions I followed can be found at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C3d5e5b7432584750c7bf08d52069cafc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450561183640881&sdata=nDZu%2FXSX1IJ%2F5GHaZicjD3wBVwxge36WW%2BMjWsIxwzo%3D&reserved=0>

The specific target of the build.xml file you mention does match, to confirm here’s mine:
        <!-- needed to make Flash Builder accept folder as a Flex SDK -->
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />
        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

Carlos


From: Alex Harui [mailto:aharui@adobe.com]
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:


        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar"tofile="${basedir}/lib/adt.jar" />


And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

*4) The Adobe Flash Player content debuggers can be found here:
            http://www.adobe.com/support/flashplayer/downloads.html

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
        filename of the FlashPlayerDebugger.exe. Note the filename of flash
        player debugger maybe different.
           e.g. C:\MyPath\FlashPlayerDebugger.exe

I downloaded the one for firefox because that’s the browser I use for debugging.

[cid:image001.png@01D3522F.40BB3EB0]


I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

Thx!
Carlos.

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"





If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
I keep asking you what should my take away from this be:

1.       I’m I doing something wrong

2.       should I continue exploring Royale

3.       Is Royale / flexJS “almost” ready for real world application development.

 

Regarding your points 

The instructions I followed can be found at: https://github.com/apache/royale-compiler

 

The specific target of the build.xml file you mention does match, to confirm here’s mine:

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

 

mxmlc.jar is found in 2 locations.  c:\royale-asjs\js\lib AND c:\royal-asjs\lib

 

and yes compiler-mxmlc.jar is in c:\royale-compiler\compiler\lib

 

Carlos

 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, October 31, 2017 1:20 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

 

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:

 

        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />





And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

 

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different.

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 



 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 








If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>  moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0> 

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

Where did you find those instructions?  I guess we should specify "Projector" content debuggers in our instructions.

It isn't clear why you got an error.  Look in the build.xml and search for "copy-compiler".  That target should end with:


        <!-- needed to make Flash Builder accept folder as a Flex SDK -->

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/mxmlc.jar" />

        <copy file="${FALCON_REPO}/lib/compiler-mxmlc.jar" tofile="${basedir}/lib/adt.jar" />

And that should have copied an mxmlc.jar into c:\royale-asjs\lib.

If it didn't, check c:\royale-compiler\compiler\lib and see if there is a compiler-mxmlc.jar in there.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 6:43 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

*4) The Adobe Flash Player content debuggers can be found here:
            http://www.adobe.com/support/flashplayer/downloads.html

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
        filename of the FlashPlayerDebugger.exe. Note the filename of flash
        player debugger maybe different.
           e.g. C:\MyPath\FlashPlayerDebugger.exe

I downloaded the one for firefox because that’s the browser I use for debugging.

[cid:image001.png@01D351BE.B31A7CD0]


I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

Thx!
Carlos.

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"




If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

 

I’m a bit confused I was trying to follow the instruction found on the git’s main page for Royale

 

*4) The Adobe Flash Player content debuggers can be found here:

            http://www.adobe.com/support/flashplayer/downloads.html

 

        On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the

        filename of the FlashPlayerDebugger.exe. Note the filename of flash

        player debugger maybe different. 

           e.g. C:\MyPath\FlashPlayerDebugger.exe

 

I downloaded the one for firefox because that’s the browser I use for debugging. 

 



 

 

I think I deciphered (attempt at being funny) what you were saying and I made the changes, the build went further but it’s still failing, I included the output of the windows cmd console in the attached file.

 

With me behind the keyboard the world’s nuclear reactors are safe, but I’m also not the dumbest guy with a keyboard, if I’m having trouble I’m sure others will to (my opinion), let me know if I’m being more of a bother than helpful.

 

Thx!

Carlos. 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 6:40 PM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

 

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

 

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 







If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>  moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0> 

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

It appears that the flashplayerdebugger is returning exit code 1003, which is unusual.  I noticed from the output that your flash player debugger is:

C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

Which is an unusual name.  Make sure you are using the "projector content debugger" and not the plugin debuggers.  If you run that .exe manually, it should put up a window for running Flash SWFs.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 12:14 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"



If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

I misunderstood your question, I thought you were asking me if there were other error / test related files.  I’m including the file I think you requested.

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:38 PM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3" 






If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0> 

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>  moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0> 

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0> 

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

I'm wondering what those 3 failures are.  I tried to describe in my last reply how to find the failure report in an .xml file.  Maybe I wasn't clear enough but try to follow what I said and ask more detailed questions if you are confused.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Monday, October 30, 2017 at 9:55 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;
Just to confirm there are 3 failures.

Is there something I should be doing?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0"failures="3"hostname="…"name="as.ASExpressionTests"skipped="0"tests="3"


If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=w%2FDy7y%2FtBXqfSytqvy%2F5iJC3gxua2GuofexDcEckUzs%3D&reserved=0>
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.antlr.org%2Flicense.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=2Ub6v64MwPUWKYsYoWLdzReyUW5ouSQeztIVmIKpqwc%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fantlr%2Fantlr-complete%2F3.5.2%2Fantlr-complete-3.5.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=aFDoC7sFM6SoAZazWlER4%2BxeGtotpqSl39myH1ZRV1c%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-cli%2Fcommons-cli%2F1.2%2Fcommons-cli-1.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=yOyDX5XZ7m8BVRdj7uxjSygn4ygGk0udQ5nsfEEn5Mw%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-io%2Fcommons-io%2F2.4%2Fcommons-io-2.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=iIRhVK8YWu7ty1ckr7sZj%2B3gnMwNvOG%2FOFtUj7DbWIk%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcommons-lang%2Fcommons-lang%2F2.6%2Fcommons-lang-2.6.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=pK9Iwyed7UEvKCBh9AqfeEb%2BuRooCYAgl2XPpOIHYms%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgoogle%2Fguava%2Fguava%2F20.0%2Fguava-20.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=RDMctzU7LZVmr0n2opuWxhbbA9vQyVHDrQZNyd3kqIU%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fjburg%2Fjburg%2F1.10.2%2Fjburg-1.10.2.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=QmYdUu5bRFhV4xCByVKhDbDvhGRC%2BBzlft8qokY4MEM%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjflex.de%2Fjflex-1.6.0.tar.gz&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=CUdbp0RFwpp6%2B%2BVgbFN0cEOCrUk7iLYN2%2FvVMN4%2Bz04%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.7-zip.org%2Fsdk.html&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=dRyDLljr2f8NkpTQy%2B9VstZDz%2BWr0qCSCr4SSndPKp0%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.java2s.com%2FCode%2FJarDownload%2Flzma%2Flzma-9.20.jar.zip&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=KwYqWnln49SpFX%2BS%2F5BIq1p59T1psV4tGUWg9rs0UZY%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=BIj%2FSoqmbqKYIleifYAQ1nTni0GGv14dLdYTZ4FevTE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=ENz8vdRI%2F2Rm5dHSLNAERy5Bkyj1ysFuwiRuSURf%2F6A%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Djunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=7m2KoV%2BeaLD1sOGxhW9PMzuyoQnYYhBWjzuGc9cWKko%3D&reserved=0> moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fjunit%2Fjunit%2F4.10%2Fjunit-4.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=s1TdVyO1QcfWre9jzLpF8RXknX%2BotNxyKNwW3rYScBU%3D&reserved=0>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-compress%2F1.10%2Fcommons-compress-1.10.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=173oZBgcyMcj9iUKIIydR2tEA8%2ByE84Q1G2KPnGAG2k%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Fapache%2Fcommons%2Fcommons-lang3%2F3.4%2Fcommons-lang3-3.4.jar&data=02%7C01%7C%7C865811c137914a74a8b408d51fb735a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449794228863451&sdata=HHdPfNn81E4uSGMsE%2BJbKnejhAUlKH1qyjS8EC8ZrAE%3D&reserved=0>
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

Just to confirm there are 3 failures. 

 

Is there something I should be doing?

 

Carlos

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 2:38 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

That looks better (except for the test failures).  In the royale-compiler folder, there should be:

 

compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

 

It should start with:  

 

<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0" failures="3" hostname="…" name="as.ASExpressionTests" skipped="0" tests="3" 





If failures="0", then look in the other xml files in compiler/target/unit-reports

 

Post the file with the failures so we can see what is failing.

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz <http://jflex.de/jflex-1.6.0.tar.gz> 

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

That looks better (except for the test failures).  In the royale-compiler folder, there should be:


compiler/target/junit-reports/TEST-as.ASExpressionTests.xml

It should start with:


<?xml version="1.0" encoding="UTF-8" ?>

<testsuite errors="0" failures="3" hostname="…" name="as.ASExpressionTests" skipped="0" tests="3"


If failures="0", then look in the other xml files in compiler/target/unit-reports

Post the file with the failures so we can see what is failing.

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 11:20 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester ☹.

Re the windows environment variables I was just being lazy… I made the necessary changes
The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

2.       git checkout develop

3.       ran ant all

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

Thx!
Carlos

C:\>git clone https://github.com/apache/royale-asjs.git
Cloning into 'royale-asjs'...
remote: Counting objects: 90363, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000
Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (54393/54393), done.

C:\>cd royale-asjs

C:\royale-asjs>git checkout develop
Checking out files: 100% (5030/5030), done.
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'

C:\royale-asjs>ant all
Buildfile: C:\royale-asjs\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder C:\royale-asjs/..

check-royale-asjs:

warn-before-clone:

check-royale-asjs:

clone-royale-asjs:

check-royale-compiler:

clone-royale-compiler:
     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler
     [exec] Cloning into 'royale-compiler'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-royale-typedefs:

clone-royale-typedefs:
     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs
     [exec] Cloning into 'royale-typedefs'...
     [exec] Branch develop set up to track remote branch develop from origin.
     [exec] Switched to a new branch 'develop'

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:
    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

Trying to override old definition of task tar-gzip

sdk:

annotate.class:
    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassDeleteException extends Exception
    [javac]                   ^
    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID
    [javac]     public static class AnnotateClassRenameException extends Exception
    [javac]                   ^
    [javac] 6 warnings

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.downloads.cache:

compiler.downloads:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external
    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.antlr.org/license.html
      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar
      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar
      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar
      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:
    [mkdir] Created dir: C:\royale-compiler\compiler\in

get-if-not-cached:
      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz
      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:

download-other-license:
      [get] Getting: http://www.7-zip.org/sdk.html
      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

download-dependency-zip:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip
      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

copy-downloaded-jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external
     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

echo-project-jar:
   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties
     [echo] ${INFO_DOWNLOADING_FILE_FROM}

download-apache-license:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-other-license:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar
      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

double-check-file:
     [echo] ${env.FLEX_DOWNLOAD_CACHE}
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

IASNodeAdapter:
    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

compiler.test.downloads.cache:

compiler.test.downloads:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/external/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar
      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-compress-jar-check:

commons-compress-jar:
     [echo] Obtaining lib/external/commons-compress-1.10.jar

commons-compress-jar-check:

commons-compress-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar
      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

commons-lang3-jar-check:

commons-lang3-jar:
     [echo] Obtaining lib/external/commons-lang3-3.4.jar

commons-lang3-jar-check:

commons-lang3-download-jar:

download-jar:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

test.classes:
    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes
    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

main:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:
   [delete] Deleting directory C:\royale-compiler\compiler\in

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java]
     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer

jflex:

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java
     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

jburg:

eclipse:

src.depend:

compile:
    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class ModifiersSet
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference
    [javac]                    ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated
    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);
    [javac]                                            ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Ordering
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class PrefixMap implements Cloneable
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[] {String.class};
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class
    [javac]                 argtypes = new Class[fields.length];
    [javac]                                ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class
    [javac]         argtypes = new Class[pt.length - 1];
    [javac]                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class DefinitionPriority implements IDefinitionPriority
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method
   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode
    [javac]              ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode
    [javac]        ^
    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method
    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode
    [javac]              ^
    [javac] 68 warnings
     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

version-info:

set.compiler.jar.uptodate:

compiler.jar:
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

jar:

sdk:

main:
     [echo] compiler main completed on 10/30/2017 02:08:59 AM

javadoc:

tests:

download:

prepare:
     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

all:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

download-dependency:
     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:

check-dependency:
     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

download-dependency:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser

set.css.tree.uptodate:

css.tree:

antlr:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

eclipse:

src.depend:
   [depend] Deleted 27 out of date files in 2 seconds

compile:
    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings

version-info:

set.compiler.jar.uptodate:

compiler.jar:
      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

set.falcon.asc.jar.uptodate:

falcon.asc.jar:

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:

set.falcon.compc.jar.uptodate:

falcon.compc.jar:

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:

jar:

sdk:

test:

jar.tests:
     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)
     [java] Version 0.9.0 build 0
     [java]
     [java] mxmlc [options] [defaultVar]
     [java] Use 'mxmlc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWC Component Compiler (compc)
     [java] Version 0.9.0 build 0
     [java]
     [java] compc [options] [defaultVar]
     [java] Use 'compc -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] ActionScript 3.0 Compiler for AVM+
     [java] Version 0.9.0 build 0
     [java]
     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version
     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]
     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import
     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]
     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]
     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out
     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]
     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf
     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]
     [java]        FILENAME...
     [java] Java Result: 1
     [java] Apache ActionScript Compiler (optimizer)
     [java] Version 0.9.0 build 0
     [java]
     [java] optimizer [options] [defaultVar]
     [java] Use 'optimizer -help' for more information.
     [java]
     [java]
     [java] Java Result: 1
     [java] Apache Flex SWF Dump Utility
     [java] Version 0.9.0 build 0
     [java]
     [java] Usage: swfdump [-abc] file1.swf
     [java] Java Result: 1

download:

prepare:

junit-jar-check:

junit-jar:

commons-compress-jar-check:

commons-compress-jar:

commons-lang3-jar-check:

commons-lang3-jar:

main:

compile.tests:
     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler
    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes
    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac] import utils.FlashplayerSecurityHandler;
    [javac]             ^
    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated
    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());
    [javac]                         ^
    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class FlashplayerSecurityHandler {
    [javac]        ^
    [javac] 3 warnings

tests:
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports
    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp
    [junit] Running as.ASExpressionTests
    [junit] environment property - FLEX_HOME = C:\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = C:\flex-tlf
    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK
    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe
    [junit] environment property - ASJS_HOME = C:\royale-asjs
    [junit] environment property - GOOG_HOME = null
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as
    [junit]
    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as
    [junit]
    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as
    [junit]
    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds
    [junit] After compile:
    [junit] Unexpected compilation problems:
    [junit]
    [junit] Executing test:
    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]
    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg
    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

BUILD FAILED
C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:
C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:
C:\royale-compiler\build.xml:115: The following error occurred while executing this line:
C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:
C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

Total time: 2 minutes 25 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

 

I don’t claim to be an ANT master or expert but I work with it almost daily, but Royale is beginning to make feel like the court’s jester L.

 

Re the windows environment variables I was just being lazy… I made the necessary changes

The build still fails my steps:

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  

2.       git checkout develop

3.       ran ant all

 

I’m including the console output in case I’m following the right procedure and you need the output to diagnose something, I’m NOT trying to impose.

 

Thx!

Carlos

 

C:\>git clone https://github.com/apache/royale-asjs.git

Cloning into 'royale-asjs'...

remote: Counting objects: 90363, done.

remote: Compressing objects: 100% (192/192), done.

remote: Total 90363 (delta 189), reused 256 (delta 114), pack-reused 90000

Receiving objects: 100% (90363/90363), 17.71 MiB | 2.95 MiB/s, done.

Resolving deltas: 100% (54393/54393), done.

 

C:\>cd royale-asjs

 

C:\royale-asjs>git checkout develop

Checking out files: 100% (5030/5030), done.

Branch develop set up to track remote branch develop from origin.

Switched to a new branch 'develop'

 

C:\royale-asjs>ant all

Buildfile: C:\royale-asjs\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder C:\royale-asjs/..

 

check-royale-asjs:

 

warn-before-clone:

 

check-royale-asjs:

 

clone-royale-asjs:

 

check-royale-compiler:

 

clone-royale-compiler:

     [echo] cloning royale-compiler repo into C:\royale-asjs/../royale-compiler

     [exec] Cloning into 'royale-compiler'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-royale-typedefs:

 

clone-royale-typedefs:

     [echo] cloning royale-typedefs repo into C:\royale-asjs/../royale-typedefs

     [exec] Cloning into 'royale-typedefs'...

     [exec] Branch develop set up to track remote branch develop from origin.

     [exec] Switched to a new branch 'develop'

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flashdebugplayer

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flashdebugplayer/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

    [input] This script will now download and compile lots of files.  This can take several minutes.   No interaction should be required.  Press the enter key to continue.

 

Trying to override old definition of task tar-gzip

 

sdk:

 

annotate.class:

    [mkdir] Created dir: C:\royale-compiler\compiler-build-tools\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:24: warning: [serial] serializable class AnnotateClassDeleteException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassDeleteException extends Exception

    [javac]                   ^

    [javac] C:\royale-compiler\compiler-build-tools\src\main\java\org\apache\royale\compiler\tools\annotate\AnnotateClass.java:32: warning: [serial] serializable class AnnotateClassRenameException has no definition of serialVersionUID

    [javac]     public static class AnnotateClassRenameException extends Exception

    [javac]                   ^

    [javac] 6 warnings

 

unknown.tree.pattern.input.output:

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-build-tools\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.downloads.cache:

 

compiler.downloads:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

    [mkdir] Created dir: C:\royale-compiler\compiler\lib\external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.antlr.org/license.html

      [get] To: C:\royale-compiler\compiler\lib\external\antlr-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\antlr.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-cli.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-io.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang-2.6.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0

      [get] To: C:\royale-compiler\compiler\lib\external\guava-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar

      [get] To: C:\royale-compiler\compiler\lib\external\guava.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar

      [get] To: C:\royale-compiler\compiler\lib\external\jburg.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

    [mkdir] Created dir: C:\royale-compiler\compiler\in

 

get-if-not-cached:

      [get] Getting: http://jflex.de/./jflex-1.6.0.tar.gz

      [get] To: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

    [untar] Expanding: C:\royale-compiler\compiler\in\jflex-1.6.0.tar.gz into C:\royale-compiler\compiler\in\temp

 

unzip-file:

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\jflex-1.6.0\lib\jflex-1.6.0.jar to C:\royale-compiler\compiler\lib\external\jflex.jar

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

 

download-other-license:

      [get] Getting: http://www.7-zip.org/sdk.html

      [get] To: C:\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-dependency-jar:

 

download-dependency-zip:

 

check-cache:

 

download-zip:

 

get-if-not-cached:

      [get] Getting: http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip

      [get] To: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

untar-file:

 

unzip-file:

    [unzip] Expanding: C:\royale-compiler\compiler\in\lzma-9.20.jar.zip into C:\royale-compiler\compiler\in\temp

 

copy-downloaded-jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\lib\external

     [copy] Copying C:\royale-compiler\compiler\in\temp\lzma-9.20.jar to C:\royale-compiler\compiler\lib\external\lzma-sdk.jar

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

echo-project-jar:

   [delete] Deleting: C:\royale-compiler\compiler\src\main\resources\project.properties

     [echo] ${INFO_DOWNLOADING_FILE_FROM}

 

download-apache-license:

      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api-LICENSE.html

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

download-other-license:

 

download-dependency-jar:

 

check-cache:

 

download-jar:

 

get-if-not-cached:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar

      [get] To: C:\royale-compiler\compiler\lib\external\flex-tool-api.jar

 

double-check-file:

     [echo] ${env.FLEX_DOWNLOAD_CACHE}

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

check-sum:

 

put-in-cache:

 

copy-if-cached:

 

download-dependency-zip:

 

main:

 

IASNodeAdapter:

    [mkdir] Created dir: C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] Compiling 1 source file to C:\royale-compiler\compiler-jburg-types\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

compiler.test.downloads.cache:

 

compiler.test.downloads:

 

prepare:

 

junit-jar-check:

 

junit-jar:

     [echo] Obtaining lib/external/junit-4.10.jar

 

junit-jar-check:

 

junit-download-jar:

 

download-jar:

      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar

      [get] To: C:\royale-compiler\compiler\lib\external\junit-4.10.jar

      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-compress-jar-check:

 

commons-compress-jar:

     [echo] Obtaining lib/external/commons-compress-1.10.jar

 

commons-compress-jar-check:

 

commons-compress-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-compress-1.10.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

     [echo] Obtaining lib/external/commons-lang3-3.4.jar

 

commons-lang3-jar-check:

 

commons-lang3-download-jar:

 

download-jar:

      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar

      [get] To: C:\royale-compiler\compiler\lib\external\commons-lang3-3.4.jar

 

double-check-file:

     [echo] Need file: ${still_no_file}

 

get-from-cache-if-needed:

 

fail-if-not-found:

 

fail-with-message:

 

main:

 

test.classes:

    [mkdir] Created dir: C:\royale-compiler\compiler-test-utils\target\classes

    [javac] Compiling 6 source files to C:\royale-compiler\compiler-test-utils\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

main:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

   [delete] Deleting directory C:\royale-compiler\compiler\in

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

     [echo] Generating RawASTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 848):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                              ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 935):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <E4X> .|"\n"

     [java]       ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASTokenizer.lex" (line 1290):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"

     [java]                                                                                         ^

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

     [echo] Generating RawASDocTokenizer

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 192):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <STRING1> ([\\](.|"\n"))+

     [java]                 ^

     [java]

     [java] Warning in file "C:\royale-compiler\compiler\src\main\jflex\org\apache\royale\compiler\internal\parsing\as\RawASDocTokenizer.lex" (line 229):

     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead

     [java] <YYINITIAL, TAG, STRING1> .|"\n"

     [java]                           ^

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

     [echo] Generating RawMXMLTokenizer

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

     [echo] Generating ASParser and ASTokenTypes

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\ASTokenTypes.java

 

set.metadata.parser.uptodate:

 

metadata.parser:

     [echo] Generating MetadataParser and MetadataTokenTypes

    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

     [java] Adding @SuppressWarnings("all") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataParser.java

     [java] Adding @SuppressWarnings("unused") to class: C:\royale-compiler\compiler\target\generated-sources\antlr\org\apache\royale\compiler\internal\parsing\as\MetadataTokenTypes.java

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\antlr3\org\apache\royale\compiler\internal\css

 

set.css.tree.uptodate:

 

css.tree:

     [echo] Generating CSSTree

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\unknowntreehandler\org\apache\royale\compiler\internal\as\codegen

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

     [echo] Generating CmcEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter org.apache.royale.compiler.internal.as.codegen.IASNodeAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\as\codegen\CmcEmitter.java

 

set.css.emitter.uptodate:

 

css.emitter:

     [echo] Generating CSSEmitter

    [mkdir] Created dir: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen

     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava

     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter

     [java] Adding @SuppressWarnings({"rawtypes", "unchecked", "unused"}) to class: C:\royale-compiler\compiler\target\generated-sources\jburg\org\apache\royale\compiler\internal\css\codegen\CSSEmitter.java

 

jburg:

 

eclipse:

 

src.depend:

 

compile:

    [javac] Compiling 1774 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\ModifiersSet.java:29: warning: [overrides] Class ModifiersSet overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class ModifiersSet

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\definitions\NamespaceDefinition.java:1484: warning: [overrides] Class UserDefinedNamespaceReference overrides equals, but neither it nor any superclass overrides hashCode method

    [javac]     private static class UserDefinedNamespaceReference implements INamespaceReference

    [javac]                    ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\parsing\as\OffsetLookup.java:98: warning: [deprecation] binarySearch(List<? extends T>,T) in Ordering has been deprecated

    [javac]         final int index = ORDER_BY_ABSOLUTE.binarySearch(offsetCueList, key);

    [javac]                                            ^

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Ordering

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\common\PrefixMap.java:33: warning: [overrides] Class PrefixMap overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class PrefixMap implements Cloneable

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:372: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[] {String.class};

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:387: warning: [rawtypes] found raw type: Class

    [javac]                 argtypes = new Class[fields.length];

    [javac]                                ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\config\ConfigurationInfo.java:407: warning: [rawtypes] found raw type: Class

    [javac]         argtypes = new Class[pt.length - 1];

    [javac]                        ^

    [javac]   missing type arguments for generic class Class<T>

    [javac]   where T is a type-variable:

    [javac]     T extends Object declared in class Class

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\mxml\MXMLNamespaceMapping.java:27: warning: [overrides] Class MXMLNamespaceMapping overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MXMLNamespaceMapping implements IMXMLNamespaceMapping

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\projects\DefinitionPriority.java:29: warning: [overrides] Class DefinitionPriority overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class DefinitionPriority implements IDefinitionPriority

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\MetaTagsNode.java:46: warning: [overrides] Class MetaTagsNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class MetaTagsNode extends ContainerNode implements IMetaTagsNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:96: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("compile program as a specfic version between " + MIN_VERSION + " and " + MAX_VERSION)

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("api");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("avmtarget");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArgs(2)

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withValueSeparator('=')

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("define a configuration value in the namespace ns")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("config");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit an exe file (projector)")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("exe");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .hasArg()

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .withDescription("include the specified source file")

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                          .create("in");

    [javac]                                          ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .hasArg()

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .withDescription("make the packages in the abc file available for import")

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                         .create("import");

    [javac]                                         ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .hasArg()

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                       .create("language");

    [javac]                                       ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("li"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .hasArg()

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withDescription("import a swc as external library")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .withLongOpt("libraryext")

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                           .create("le"));

    [javac]                                           ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArgs()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("optimizer configuration")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withLongOpt("O2")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("o2");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the directory of the output files")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("outdir");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .hasArg()

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .withDescription("Change the basename of the output file")

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                     .create("out");

    [javac]                                     ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withValueSeparator(',')

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("emit a SWF file")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("swf");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .hasArg()

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .withDescription("automatically use a namespace when compiling this code")

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\clients\CLIFactory.java:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression

    [javac]                                      .create("use");

    [javac]                                      ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\TypedTagNode.java:29: warning: [overrides] Class TypedTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class TypedTagNode extends MetaTagNode implements ITypedTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\DefaultPropertyTagNode.java:32: warning: [overrides] Class DefaultPropertyTagNode overrides equals, but neither it nor any superclass overrides hashCode method

   [javac] public class DefaultPropertyTagNode extends MetaTagNode implements IDefaultPropertyTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EffectTagNode.java:30: warning: [overrides] Class EffectTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class EffectTagNode extends BaseDefinitionMetaTagNode implements IEffectTagNode

    [javac]              ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTagNode.java:33: warning: [overrides] Class EventTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTagNode extends BaseDefinitionMetaTagNode implements IEventTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\EventTriggerTagNode.java:32: warning: [overrides] Class EventTriggerTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class EventTriggerTagNode extends MetaTagNode implements IEventTriggerTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\InspectableTagNode.java:34: warning: [overrides] Class InspectableTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public class InspectableTagNode extends MetaTagNode implements IInspectableTagNode

    [javac]        ^

    [javac] C:\royale-compiler\compiler\src\main\java\org\apache\royale\compiler\internal\tree\as\metadata\StyleTagNode.java:35: warning: [overrides] Class StyleTagNode overrides equals, but neither it nor any superclass overrides hashCode method

    [javac] public final class StyleTagNode extends BaseDefinitionMetaTagNode implements IStyleTagNode

    [javac]              ^

    [javac] 68 warnings

     [copy] Copying 6 files to C:\royale-compiler\compiler\target\classes

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF\services

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

     [copy] Copying 1 file to C:\royale-compiler\compiler\target\classes\META-INF

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-asc.jar

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-mxmlc.jar

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-compc.jar

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-optimizer.jar

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler-swfdump.jar

 

jar:

 

sdk:

 

main:

     [echo] compiler main completed on 10/30/2017 02:08:59 AM

 

javadoc:

 

tests:

 

download:

 

prepare:

     [echo] Making lib directory C:\royale-compiler\compiler/lib/external

 

all:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//antlr.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-cli.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-io.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//commons-lang-2.6.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//guava.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jburg.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//jflex.jar

 

download-dependency:

     [copy] Warning: C:\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//lzma-sdk.jar

 

download-dependency:

 

check-dependency:

     [echo] checking for C:\royale-compiler\compiler/lib/external//flex-tool-api.jar

 

download-dependency:

 

main:

 

setup:

 

set.raw.as.tokenizer.uptodate:

 

raw.as.tokenizer:

 

set.raw.asdoc.tokenizer.uptodate:

 

raw.asdoc.tokenizer:

 

set.raw.mxml.tokenizer.uptodate:

 

raw.mxml.tokenizer:

 

jflex:

 

set.as.parser.uptodate:

 

as.parser:

 

set.metadata.parser.uptodate:

 

metadata.parser:

 

set.css.lexer.and.parser.uptodate:

 

css.lexer.and.parser:

     [echo] Generating CSSLexer and CSSParser

 

set.css.tree.uptodate:

 

css.tree:

 

antlr:

 

set.unknown.tree.handler.patterns.uptodate:

 

unknown.tree.handler.patterns:

 

set.cmc.emitter.uptodate:

 

cmc.emitter:

 

set.css.emitter.uptodate:

 

css.emitter:

 

jburg:

 

eclipse:

 

src.depend:

   [depend] Deleted 27 out of date files in 2 seconds

 

compile:

    [javac] Compiling 3 source files to C:\royale-compiler\compiler\target\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

 

version-info:

 

set.compiler.jar.uptodate:

 

compiler.jar:

      [jar] Building jar: C:\royale-compiler\compiler\lib\compiler.jar

 

set.falcon.asc.jar.uptodate:

 

falcon.asc.jar:

 

set.falcon.mxmlc.jar.uptodate:

 

falcon.mxmlc.jar:

 

set.falcon.compc.jar.uptodate:

 

falcon.compc.jar:

 

set.falcon.optimizer.jar.uptodate:

 

falcon.optimizer.jar:

 

set.falcon.swfdump.jar.uptodate:

 

falcon.swfdump.jar:

 

jar:

 

sdk:

 

test:

 

jar.tests:

     [java] Apache Flex MXML and ActionScript Compiler (mxmlc)

     [java] Version 0.9.0 build 0

     [java]

     [java] mxmlc [options] [defaultVar]

     [java] Use 'mxmlc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWC Component Compiler (compc)

     [java] Version 0.9.0 build 0

     [java]

     [java] compc [options] [defaultVar]

     [java] Use 'compc -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] ActionScript 3.0 Compiler for AVM+

     [java] Version 0.9.0 build 0

     [java]

     [java] usage: asc [-abcfuture] [-api <version>] [-AS3] [-avmtarget <vm version

     [java]        number>] [-b] [-coach] [-config <ns::name=value>] [-d] [-doc]

     [java]        [-ES] [-ES4] [-exe <avmplus path>] [-f] [-h] [-i] [-import

     [java]        <filename>] [-in <filename>] [-inline] [-l] [-language <lang>]

     [java]        [-le <swc file>] [-li <swc file>] [-log] [-m] [-md] [-merge]

     [java]        [-movieclip] [-o] [-o2 <name=value>] [-optimize] [-out

     [java]        <basename>] [-outdir <output directory name>] [-p] [-parallel]

     [java]        [-removedeadcode] [-sanity] [-static] [-strict] [-swf

     [java]        <classname,width,height[,fps]>] [-use <namespace>] [-warnings]

     [java]        FILENAME...

     [java] Java Result: 1

     [java] Apache ActionScript Compiler (optimizer)

     [java] Version 0.9.0 build 0

     [java]

     [java] optimizer [options] [defaultVar]

     [java] Use 'optimizer -help' for more information.

     [java]

     [java]

     [java] Java Result: 1

     [java] Apache Flex SWF Dump Utility

     [java] Version 0.9.0 build 0

     [java]

     [java] Usage: swfdump [-abc] file1.swf

     [java] Java Result: 1

 

download:

 

prepare:

 

junit-jar-check:

 

junit-jar:

 

commons-compress-jar-check:

 

commons-compress-jar:

 

commons-lang3-jar-check:

 

commons-lang3-jar:

 

main:

 

compile.tests:

     [echo] compiler is C:/royale-compiler/compiler falcon is C:/royale-compiler/compiler

    [mkdir] Created dir: C:\royale-compiler\compiler\target\test-classes

    [javac] Compiling 102 source files to C:\royale-compiler\compiler\target\test-classes

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:25: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac] import utils.FlashplayerSecurityHandler;

    [javac]             ^

    [javac] C:\royale-compiler\compiler\src\test\java\as\ASFeatureTestsBase.java:168: warning: [deprecation] FlashplayerSecurityHandler in utils has been deprecated

    [javac]                     new FlashplayerSecurityHandler().trustFile(tempASFile.getParentFile());

    [javac]                         ^

    [javac] C:\royale-compiler\compiler\src\test\java\utils\FlashplayerSecurityHandler.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated

    [javac] public class FlashplayerSecurityHandler {

    [javac]        ^

    [javac] 3 warnings

 

tests:

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-reports

    [mkdir] Created dir: C:\royale-compiler\compiler\target\junit-temp

    [junit] Running as.ASExpressionTests

    [junit] environment property - FLEX_HOME = C:\flex-sdk

    [junit] environment property - PLAYERGLOBAL_HOME = C:\flashdebugplayer

    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1

    [junit] environment property - TLF_HOME = C:\flex-tlf

    [junit] environment property - AIR_HOME = C:\AdobeAIRSDK

    [junit] environment property - FLASHPLAYER_DEBUGGER = C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe

    [junit] environment property - ASJS_HOME = C:\royale-asjs

    [junit] environment property - GOOG_HOME = null

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.as

    [junit]

    [junit] 766 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf in 0.906 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests6959545137855927622.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.as

    [junit]

    [junit] 781 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf in 0.188 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests747251438771695574.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Generating test:

    [junit] Compiling test:

    [junit] -external-library-path=C:\flashdebugplayer\11.1\playerglobal.swc C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.as

    [junit]

    [junit] 856 bytes written to C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf in 0.158 seconds

    [junit] After compile:

    [junit] Unexpected compilation problems:

    [junit]

    [junit] Executing test:

    [junit] [C:\flashplayer_plugin_debug\flashplayer_27_plugin_debug.exe, C:\royale-compiler\compiler\target\junit-temp\ASExpressionTests8972984146770612652.swf]

    [junit]  - Creating new FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

   [junit]  - Directory 'C:\royale-compiler\compiler\target\junit-temp' already listed in FlashPlayer security trust file at: C:\Users\cruzmiester\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\apache-flex-maven-plugin.cfg

    [junit] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.616 sec

 

BUILD FAILED

C:\royale-asjs\build.xml:1564: The following error occurred while executing this line:

C:\royale-asjs\build.xml:1637: The following error occurred while executing this line:

C:\royale-compiler\build.xml:115: The following error occurred while executing this line:

C:\royale-compiler\compiler\build.xml:711: The following error occurred while executing this line:

C:\royale-compiler\compiler\src\test\build.xml:279: Tests failed

 

Total time: 2 minutes 25 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Monday, October 30, 2017 1:11 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos, 

 

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

 

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>  (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> 

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org" <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

I forgot to mention that you have to switch to the develop branch after cloning.  It looks like you are running a script from the master branch.

Can you explain what system environment variables require that you rename the repo directory to flexjs-sdk?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 9:17 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

Hi Alex;

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0> (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all
Is the theory wrong or I’m I doing something wrong? ☺

this is the error output to the console (to avoid the error:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)
c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant all
Buildfile: c:\flex-sdk\build.xml

set.base.folder:

check-git:
     [echo] Checking for Git...
     [exec] git version 2.10.0.windows.1

get-download-folder:

download-all:
     [echo] Using folder c:\flex-sdk/..

check-flex-asjs:

warn-before-clone:

check-flex-asjs:

clone-flex-asjs:

check-flex-falcon:

clone-flex-falcon:

check-flex-typedefs:

clone-flex-typedefs:

check-flex-flexunit:

clone-flex-flexunit:

check-flex-sdk:

clone-flex-sdk:

check-flex-tlf:

clone-flex-tlf:

check-flex-blazeds:

clone-flex-blazeds:

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

build-all:

BUILD FAILED
c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:
c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:
Target "font-jars-check" does not exist in the project "downloads".

Total time: 0 seconds

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7C%7C69f5235578cc4e4fc7b008d51f4d4b71%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449339313519575&sdata=%2F7GEEm7RjcOLzRbiQ%2Beaebkj94YuF8TcqKcLOQBaLnA%3D&reserved=0>

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
Hi Alex;

 

Alex this is what I did following your earlier instructions (the results are the same as before)

1.       git clone https://github.com/apache/royale-asjs.git (from windows cmd console)

2.       renamed dir royale-asja to flexjs-sdk (because of system environment variables)

3.       ran ant all

Is the theory wrong or I’m I doing something wrong? J

 

this is the error output to the console (to avoid the error: 

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist -> I manually create the directory and put the playerglobal.swc file there)

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:218: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant all

Buildfile: c:\flex-sdk\build.xml

 

set.base.folder:

 

check-git:

     [echo] Checking for Git...

     [exec] git version 2.10.0.windows.1

 

get-download-folder:

 

download-all:

     [echo] Using folder c:\flex-sdk/..

 

check-flex-asjs:

 

warn-before-clone:

 

check-flex-asjs:

 

clone-flex-asjs:

 

check-flex-falcon:

 

clone-flex-falcon:

 

check-flex-typedefs:

 

clone-flex-typedefs:

 

check-flex-flexunit:

 

clone-flex-flexunit:

 

check-flex-sdk:

 

clone-flex-sdk:

 

check-flex-tlf:

 

clone-flex-tlf:

 

check-flex-blazeds:

 

clone-flex-blazeds:

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

build-all:

 

BUILD FAILED

c:\flex-sdk\build.xml:1725: The following error occurred while executing this line:

c:\flex-sdk\build.xml:1870: The following error occurred while executing this line:

Target "font-jars-check" does not exist in the project "downloads".

 

Total time: 0 seconds

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 11:04 PM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

 

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

 

https://github.com/apache/royale-asjs.git

 

Then run "ant all".  It should clone other repos as needed.

 

HTH,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

In theory, Royale's develop branch from the royale-asjs repo does not need the flex-sdk repo.  It might be confusing to others as well, but as we build up the Royale project we will be treating Apache Flex as "third-party" dependencies.

We are still in the process of updating documents like READMEs and wikis.  In theory, you only need to clone:

https://github.com/apache/royale-asjs.git

Then run "ant all".  It should clone other repos as needed.

HTH,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Sunday, October 29, 2017 at 10:21 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
I cloned the repo to a directory “flex-sdk” and I simply call “ant” is there a specific target I should be using ?

 

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Sunday, October 29, 2017 1:56 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

Hi Carlos,

 

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>  

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>  to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>  to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>  to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>  to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>  to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>  moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0> 

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
Hi Carlos,

That looks like the right repo and branch, but your output seems to be coming from another repo and branch.  What folder did you start in, and what command did you start with?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Saturday, October 28, 2017 at 11:06 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

I cloned my copy from the git repo at: https://github.com/apache/royale-compiler<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=AsQi%2FSoQ8VN8QUra75di6A9cVIkXa8FhD6LgTAj%2Bn7I%3D&reserved=0>

I got the “develop” branch which is what it defaults to.

Did I get the right one?

Thx!
Carlos

From: Alex Harui [mailto:aharui@adobe.com]
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: royale build error

HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Fframeworks%2Flibs%2FOSMF2_0.swc%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=8mgtQzYx2l2OhuTiSxS%2BrEODEK%2F7%2FbC9tzCUaP6fkPs%3D&reserved=0> to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fafe.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=4EWKWhQPxJW8YqHZ9xE%2FEMOODSkQSipklHWBI%2BYQ0NE%3D&reserved=0> to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Faglj40.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=OzsOlLQbZCqM4GPdMqmhuD6jCeis%2FpRggDgqtmYRgTg%3D&reserved=0> to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=uVGErBSj63u9TTnXKiG%2FEHWEy%2BZ%2BpnAhj1m%2FxI1igdY%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Frideau.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2BAOIvtBI4Kh7rDKLNSdEINFJI6%2BuFNnwpyQKxTgUanA%3D&reserved=0> to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=g58Z8FjCFUJFpRprlzzsdPZ6KPrsJwro5ZgXo0TEYQ0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsourceforge.net%2Fadobe%2Fflexsdk%2Fcode%2FHEAD%2Ftree%2Ftrunk%2Flib%2Fflex-fontkit.jar%3Fformat%3Draw&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=CoBLY7PNxpR7Mso%2BYkrC31ijrFoPtfaigJBIFbAmjc0%3D&reserved=0> to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxmlgraphics%2Fbatik%2Fbatik-src-1.7.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=hCMW%2BhDDpIszwwUtrZQ9yAPHp5S9jO84dZT1ukZUOaQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fcollections%2Fbinaries%2Fcommons-collections-3.0.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9bn31%2FHZ12wn0zMXXRYbbfZlrttqs7WuiU90T0gdW5o%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Fdiscovery%2Fbinaries%2Fcommons-discovery-0.2.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=1kqZuIGQpgYNNtWtPFbYSvYZqUgfE83zKqG1DH0fvaw%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fcommons%2Flogging%2Fbinaries%2Fcommons-logging-1.0.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=DLxApxefMbwTfP5RGh%2BFbEScr6jFNbq11GIoxGOHyk0%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=%2B%2B0RZ788sQO3DSJcI7Qb6WQQdc4je2nPW5pc5lwpBqA%3D&reserved=0> moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fjava%2Fdev%2Fjavacc%2Fjavacc%2F5.0%2Fjavacc-5.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=lECrIAXk4dP6pA3YI3YnT4Oru2kYDCDduApF%2BLNjV80%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fnet%2Fsourceforge%2Fsaxon%2Fsaxon%2F9.1.0.8%2Fsaxon-9.1.0.8.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=9NVIEhXTWn9VBjBYqbUJZV0eVCIeO9nEx0uJ4jeHlZA%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fvelocity%2Fengine%2F1.4%2Fvelocity-1.4.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Yt%2BhUzqiFastMs5jr0aHEPimx20SPT9MYZrplff3YjQ%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxml%2Fxalan-j%2Fbinaries%2Fxalan-j_2_6_0-bin.tar.gz&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=Pe4wsmrWQSzWJzuCHhF3Z3MJGuV8qvZi07yRWX%2BkrMI%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fxerces%2Fj%2FXerces-J-bin.2.9.1.zip&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=KP878totLjb4WG0jkG%2FMGhyKWsRqWC7JKjIMXcYGIZE%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fflex-tool-api%2F1.0.0%2Fflex-tool-api-1.0.0.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=3vr83Jwnam2%2B1jampaW5hGusW5YR9%2FuIJrbbKPSTKQU%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fremotecontent%3Ffilepath%3Dorg%2Fapache%2Fflex%2Fblazeds%2Fflex-messaging-common%2F4.7.2%2Fflex-messaging-common-4.7.2.jar&data=02%7C01%7C%7C574222af5e6341c1f45408d51e2ec1ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636448108606133739&sdata=0eWC8q7iKXeaMhr5tCgGggvPATIuN%2BKM4ByZUabQ46Q%3D&reserved=0>
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
I cloned my copy from the git repo at: https://github.com/apache/royale-compiler 

 

I got the “develop” branch which is what it defaults to.

 

Did I get the right one?

 

Thx!

Carlos 

 

From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Saturday, October 28, 2017 2:06 AM
To: users@royale.apache.org
Subject: Re: royale build error

 

HI Carlos,

 

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

 

Thanks,

-Alex

 

From: Carlos Cruz <carlos@nbtbizcapital.com <ma...@nbtbizcapital.com> >
Reply-To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org <ma...@royale.apache.org> " <users@royale.apache.org <ma...@royale.apache.org> >
Subject: RE: royale build error

 

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under “libs” “player” -> and I get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                                            ^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org <ma...@royale.apache.org> 
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

 

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

 

I’m I being obtuse or I’m I missing something?

 

Carlos


Re: royale build error

Posted by Alex Harui <ah...@adobe.com>.
HI Carlos,

Did you get the source by cloning the repo or downloading something?  Can you confirm that you are using the develop branch of the repo and not master branch?

Thanks,
-Alex

From: Carlos Cruz <ca...@nbtbizcapital.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Friday, October 27, 2017 at 5:02 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: RE: royale build error

This is the results of my second attempt at building the Royale SDK from Git, I’m giving up using FlexJS / Royale unless I’m told I’m doing something wrong.

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows 10.

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

Based on my PLAYERGLOBAL_HOME at the start of the build process ant’s builder.xml looks for playerglobal.swc in C:\flex-sdk\frameworks\libs\player\11\11.1\
Build fails if the file is not in the directory
(btw this is the file that gets downloaded playerglobal11_1.swc)

I had to download the following files manually
afe.jar
aglj40.jar
rideau.jar
flex-fontkit.jar

in the end the build deletes the directory under “libs” “player” -> and I get this error :
BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.


This was all the output I could capture in the Windows Command Consol:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\lib
     [copy] Copying 1 file to c:\flex-sdk\lib
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 1 minute 16 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1

BUILD FAILED
c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

Total time: 0 seconds

c:\flex-sdk>ant -f build.xml
Buildfile: c:\flex-sdk\build.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
     [echo] playerglobal.version is 11.1
     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

check-air-home:
     [echo] AIR_HOME is C:\AdobeAIRSDK

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

thirdparty-downloads:

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

create-description:
     [echo] build.number is 20171027

prebuild:

modules:

thirdparty-downloads:

batik-jars-check:

batik-jars:

commons-collections-jar-check:

commons-collections-jar:

commons-discovery-jar-check:

commons-discovery-jar:

commons-logging-jar-check:

commons-logging-jar:

commons-jars:

javacc-jar-check:

javacc-jar:

saxon9-jar-check:

saxon9-jar:

velocity-jars-check:

velocity-jars:

xalan-jar-check:

xalan-jar:

xerces-jars-check:

xerces-jars:

flex-tool-api-jar-check:

flex-tool-api-jar:

blazeds-jar-check:

blazeds-jar:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

xerces-patch:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings
     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes

jar:
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
     [echo] Building lib/xercesPatch.jar
      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

dev:

main:

batik:

batik-jars-check:

batik-jars:

init:
     [echo]  == Apache Batik 1.7 build file ================================
     [echo]
     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
     [echo]     VM:              25.121-b13, Oracle Corporation
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

compile-prepare:
     [echo] debug true, optimize on, deprecation off

compile:
    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

determine-svn-revision-from-file:

determine-svn-revision-set:

batik-all-flex-jar:
     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
     [echo] Implementation-Version: 1.7+r608262 Build 0
     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

velocity:
     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
     [echo] Note that velocity builds with several 'enum' is a keyword warnings.

velocity-jars-check:

velocity-jars:

env:
     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
     [echo] user.home = C:\Users\cruzmiester
     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
     [echo]

prepare:

compile:
    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-copy:

collections-support:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

jar-dep-flex:
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

thirdparty:

asc:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

run-depend:
     [echo] Removing class files that changed and dependent class files.

classes:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

main:
     [copy] Copying 1 file to c:\flex-sdk\lib

swfutils:

clean:

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
     [echo] Building lib/swfutils.jar
      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
     [echo] Building lib/swfdump.jar
      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

dev:

main:

fxgutils:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

prepare:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 4 warnings
     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
     [echo] Building lib/fxgutils.jar
      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

dev:

main:

compiler:

clean:
   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

javacc:
     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "TokenManager.java" does not exist.  Will create one.
     [java] Parser generated successfully.

prepare:
     [echo] c:\flex-sdk\modules\compiler\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override 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.
    [javac] 4 warnings

set-build-num:
   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

templates:
     [echo] Building serialized velocity templates.
     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

localization:
     [echo] Copying localization files.
     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
     [echo] Building lib/mxmlc.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
     [echo] Building lib/mxmlc_ja.jar
      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

other-jars:
     [echo] Building lib/compc.jar
      [jar] Building jar: c:\flex-sdk\lib\compc.jar
     [echo] Building lib/asdoc.jar
      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
     [echo] Building lib/fcsh.jar
      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
     [echo] Building lib/flex-compiler-oem.jar
      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
     [echo] Building lib/optimizer.jar
      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
     [echo] Building lib/digest.jar
      [jar] Building jar: c:\flex-sdk\lib\digest.jar
     [echo] Building lib/swcdepends.jar
      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
     [echo] Building lib/copylocale.jar
      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

dev:

main:

debugger:

clean:
   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

available:

prepare:
     [echo] c:\flex-sdk\modules\debugger\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

run-depend:
     [echo] Removing class files that changed and dependent class files.

compile:
    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
    [javac]                                             ^
    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 warnings
     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

jar:
    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
     [echo] Building lib/fdb.jar
      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

dev:

main:

antTasks:

clean:
   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

prepare:
     [echo] c:\flex-sdk\modules\antTasks\build.xml
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

compile:
    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: c:\flex-sdk\modules\antTasks\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.
    [javac] 4 warnings

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

dev:

main:

modules:

main:

frameworks:

check-compile-env:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-playerglobal-home:

check-air-home:

check-tlf-home:

check-compile-env:
     [echo] OS: Windows 10 / 10.0 / amd64
     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
     [echo] Java: 1.8.0_121
     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8

check-tlf-home:

automation-clean:

bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning c:\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\flex-sdk
     [echo] Minimal test is set false

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:
   [delete] Deleting directory c:\flex-sdk\frameworks\libs
   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

local-fonts-snapshot:
    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

thirdparty-downloads:

pixelbender-check:

pixelbender-download:

swfobject-check:

swfobject-download:

swfobject-fabridge-download:

osmf-check:

osmf-download:

download-osmf-swc:
     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

font-jars-check:

ask-font:

get-font-jars:

font-jars:

clean-adobe-flex-sdk:

optional-downloads:

main:
     [echo] Use thirdparty-clean or super-clean to remove these.

prepare:

playerglobal-setswfversion:

flex-config:
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks
     [copy] Copying 1 file to c:\flex-sdk\frameworks

compile:

framework:

bundles-clean:

assets-clean:

clean:

assets-compile:

BUILD FAILED
c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.

Total time: 22 seconds

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.
2015 was unexpected at this time.

c:\flex-sdk>
c:\flex-sdk>C:\Windows\system32>cd/
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>C:\>cd c:/flex-sdk
'C:\' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument
'You' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>dir *.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume in drive C has no label.
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk> Volume Serial Number is 04E2-978C
'Volume' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk> Directory of c:\flex-sdk
'Directory' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>10/25/2017  08:14 PM            22,272 apache-flex-sdk-installer-config.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>10/26/2017  01:19 PM            74,700 sdk-installer-config-4.0.xml
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>              10 File(s)        361,801 bytes
'10' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free
'0' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 second
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw to c:\flex-sdk\in\afe.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 7 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw to c:\flex-sdk\in\aglj40.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 4 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?format=raw to c:\flex-sdk\in\rideau.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw moved to https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Error getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.jar?format=raw to c:\flex-sdk\in\flex-fontkit.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Need file: ${still_no_file}
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could not be downloaded or found in cache
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 3 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's embedded font support.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe Flex SDK.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] This license is not compatible with the Apache v2 license.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download are subject to and governed by the
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] By downloading, modifying, distributing, using and/or accessing any files in this Adobe Flex SDK,
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] you agree to the terms and conditions of the applicable end user license agreement.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Adobe recommends that you review these third-party terms.
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input]
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe Flex SDK? (y, [n])
'[input]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>y
'y' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-adobe-flex-dependencies:
'get-adobe-flex-dependencies:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-afe:
'download-afe:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-aglj40:
'download-aglj40:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-rideau:
'download-rideau:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-flex-fontkit:
'download-flex-fontkit:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to c:\flex-sdk\lib\external\optional\afe.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to c:\flex-sdk\lib\external\optional\aglj40.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to c:\flex-sdk\lib\external\optional\flex-fontkit.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to c:\flex-sdk\lib\external\optional\rideau.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 27 files to c:\flex-sdk\modules\thirdparty\batik\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to c:\flex-sdk\lib\external\README.xml-apis-ext.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to c:\flex-sdk\lib\external\xml-apis-ext.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 5 files to c:\flex-sdk\lib\external\xml-apis-ext-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to c:\flex-sdk\lib\external\commons-collections.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-collections-3.0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to c:\flex-sdk\lib\external\commons-discovery.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-discovery-0.2
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to c:\flex-sdk\lib\external\commons-logging.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\commons-logging-1.0.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-jar:
'download-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.0/javacc-5.0.jar moved to https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external
'[move]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 11 files to c:\flex-sdk\lib\external\saxon9-NOTICES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to c:\flex-sdk\lib\external\saxon9.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-zip-check:
'velocity-zip-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-download-zip:
'velocity-download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 13 files to c:\flex-sdk\modules\thirdparty\velocity\build\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz into c:\flex-sdk\in
'[untar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar to c:\flex-sdk\lib\external\xalan.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into c:\flex-sdk\lib\external\xalan-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-zip:
'download-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-zip:
'get-zip:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-sum:
'check-sum:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-with-message:
'fail-with-message:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>untar-file:
'untar-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>unzip-file:
'unzip-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip into c:\flex-sdk\in
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>copy-downloaded-jar:
'copy-downloaded-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar to c:\flex-sdk\lib\external\xercesImpl.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar into c:\flex-sdk\lib\external\xml-apis-LICENSES
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external\xml-apis-LICENSES
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\lib\external\xml-apis-LICENSES\license
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to c:\flex-sdk\lib\external\flex-tool-api.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] Getting: https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar
'[get]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>double-check-file:
'double-check-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-from-cache-if-needed:
'get-from-cache-if-needed:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fail-if-not-found:
'fail-if-not-found:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to c:\flex-sdk\lib\external\flex-messaging-common.jar
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 1315 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 197 files to c:\flex-sdk\modules\thirdparty\velocity\bin\src
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 196 source files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\runtime\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\velocity\texen\defaults
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 1 minute 16 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 0 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>c:\flex-sdk>ant -f build.xml
'c:\flex-sdk' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml
'Buildfile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.version is 11.1
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] playerglobal.swc is C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>create-description:
'create-description:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] build.number is 20171027
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prebuild:
'prebuild:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar-check:
'commons-collections-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-collections-jar:
'commons-collections-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar-check:
'commons-discovery-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-discovery-jar:
'commons-discovery-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar-check:
'commons-logging-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-logging-jar:
'commons-logging-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>commons-jars:
'commons-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar-check:
'javacc-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc-jar:
'javacc-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar-check:
'saxon9-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>saxon9-jar:
'saxon9-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar-check:
'xalan-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xalan-jar:
'xalan-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars-check:
'xerces-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-jars:
'xerces-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar-check:
'flex-tool-api-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-tool-api-jar:
'flex-tool-api-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar-check:
'blazeds-jar-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>blazeds-jar:
'blazeds-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>xerces-patch:
'xerces-patch:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 10 source files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\modules\thirdparty\xerces-patch\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik:
'batik:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars-check:
'batik-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-jars:
'batik-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>init:
'init:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file ================================
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.source:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]     javac.target:    1.6
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-prepare:
'compile-prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 13 source files to c:\flex-sdk\modules\thirdparty\batik\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\AWTEventDispatcher.java uses unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-from-file:
'determine-svn-revision-from-file:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>determine-svn-revision-set:
'determine-svn-revision-set:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>batik-all-flex-jar:
'batik-all-flex-jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of Batik 1.7
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0 amd64, Java 1.8.0_121-b13])
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity:
'velocity:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a keyword warnings.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars-check:
'velocity-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>velocity-jars:
'velocity-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>env:
'env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] java.class.path = C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.jar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-apache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\apache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apache-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\apache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apache-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Program Files\Java\jdk1.8.0_121\lib\tools.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo]
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile-copy:
'compile-copy:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>collections-support:
'collections-support:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar-dep-flex:
'jar-dep-flex:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into c:\flex-sdk\modules\thirdparty\velocity\bin\classes
'[unzip]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty:
'thirdparty:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>asc:
'asc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>classes:
'classes:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 249 source files to c:\flex-sdk\modules\asc\build\java\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\asc\build\java\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\abcdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfutils:
'swfutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 203 source files to c:\flex-sdk\modules\swfutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swfdump.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>fxgutils:
'fxgutils:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir c:\flex-sdk\modules\fxgutils
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 144 source files to c:\flex-sdk\modules\fxgutils\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fxgutils.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compiler:
'compiler:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>javacc:
'javacc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser Generator)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Reading from file c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will create one.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [java] Parser generated successfully.
'[java]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 519 source files to c:\flex-sdk\modules\compiler\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>set-build-num:
'set-build-num:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>templates:
'templates:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building serialized velocity templates.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>localization:
'localization:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Copying localization files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>other-jars:
'other-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/compc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/asdoc.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fcsh.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/optimizer.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/digest.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/swcdepends.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/copylocale.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>debugger:
'debugger:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>available:
'available:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>run-depend:
'run-depend:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Removing class files that changed and dependent class files.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 141 source files to c:\flex-sdk\modules\debugger\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                             ^
More?     [javac] c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:495: warning: LocaleUtility is internal proprietary API and may be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                         getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac]                                                            ^
More?     [javac] Note: Some input files use or override a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 6 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/fdb.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>antTasks:
'antTasks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Compiling 25 source files to c:\flex-sdk\modules\antTasks\classes
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a deprecated API.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe operations.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [javac] 4 warnings
'[javac]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>jar:
'jar:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Building lib/flexTasks.jar
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF
'[mkdir]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar
'[jar]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>dev:
'dev:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>modules:
'modules:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>frameworks:
'frameworks:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-playerglobal-home:
'check-playerglobal-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-air-home:
'check-air-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-compile-env:
'check-compile-env:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Java: 1.8.0_121
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant Java Version: 1.8
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation-clean:
'automation-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>automation_agent_bundles-clean:
'automation_agent_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] IN bundles clean
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>tool_air_bundles-clean:
'tool_air_bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>airsdk-clean:
'airsdk-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>[available] DEPRECATED - <available> used to override an existing property.
The system cannot find the file specified.

c:\flex-sdk>[available]   Build file should not reuse the same property name for different values.
'[available]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>check-tlf-home:
'check-tlf-home:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-external:
'clean-external:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Minimal test is set false
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser
'[delete]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>local-fonts-snapshot:
'local-fonts-snapshot:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser
'[touch]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>thirdparty-downloads:
'thirdparty-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-check:
'pixelbender-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>pixelbender-download:
'pixelbender-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-check:
'swfobject-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-download:
'swfobject-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>swfobject-fabridge-download:
'swfobject-fabridge-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-check:
'osmf-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>osmf-download:
'osmf-download:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>download-osmf-swc:
'download-osmf-swc:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars-check:
'font-jars-check:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>ask-font:
'ask-font:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>get-font-jars:
'get-font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>font-jars:
'font-jars:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean-adobe-flex-sdk:
'clean-adobe-flex-sdk:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>optional-downloads:
'optional-downloads:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>main:
'main:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.
'[echo]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>prepare:
'prepare:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>playerglobal-setswfversion:
'playerglobal-setswfversion:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>flex-config:
'flex-config:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks
'[copy]' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>compile:
'compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>framework:
'framework:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>bundles-clean:
'bundles-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-clean:
'assets-clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>clean:
'clean:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>assets-compile:
'assets-compile:' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>
c:\flex-sdk>BUILD FAILED
'BUILD' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error occurred while executing this line:
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241: C:\flex-sdk\frameworks\libs\player\11 does not exist.
The filename, directory name, or volume label syntax is incorrect.

c:\flex-sdk>
c:\flex-sdk>Total time: 22 seconds
'Total' is not recognized as an internal or external command,
operable program or batch file.

c:\flex-sdk>

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com]
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org<ma...@royale.apache.org>
Subject: royale build error

When I try to build royale I get the following error:
BUILD FAILED
C:\flex-sdk\build.xml:157: The following error occurred while executing this line:
C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while executing this line:
C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded or found in cache

I can fix this error if I manually download the file and rename it,  as it downloads a file named osmf2_0.swf

But then I get the following error
c:\flex-sdk\build.xml:157: The following error occurred while executing this line:
c:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while executing this line:
c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or found in cache

I’m I being obtuse or I’m I missing something?

Carlos

RE: royale build error

Posted by Carlos Cruz <ca...@nbtbizcapital.com>.
This is the results of my second attempt at building the Royale SDK from
Git, I'm giving up using FlexJS / Royale unless I'm told I'm doing something
wrong.

 

My java and ant environment is: Java JDK 1.8.0-121 and ANT 1.97 on Windows
10.

 

My PLAYERGLOBAL_HOME is: C:\flex-sdk\frameworks\libs\player\11\

 

Based on my PLAYERGLOBAL_HOME at the start of the build process ant's
builder.xml looks for playerglobal.swc in
C:\flex-sdk\frameworks\libs\player\11\11.1\ 

Build fails if the file is not in the directory

(btw this is the file that gets downloaded playerglobal11_1.swc)

 

I had to download the following files manually

afe.jar

aglj40.jar

rideau.jar

flex-fontkit.jar

 

in the end the build deletes the directory under "libs" "player" -> and I
get this error : 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this
line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241:
C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

 

This was all the output I could capture in the Windows Command Consol:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 519 source files to
c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting:
c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\lib

     [copy] Copying 1 file to c:\flex-sdk\lib

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 141 source files to
c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
22: warning: LocaleUtility is internal proprietary API and may be removed in
a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
495: warning: LocaleUtility is internal proprietary API and may be removed
in a future release

    [javac]
getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 25 source files to
c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this
line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241:
C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 1 minute 16 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

 

BUILD FAILED

c:\flex-sdk\build.xml:195: The file
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

 

Total time: 0 seconds

 

c:\flex-sdk>ant -f build.xml

Buildfile: c:\flex-sdk\build.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-playerglobal-home:

     [echo] PLAYERGLOBAL_HOME is C:\flex-sdk\frameworks\libs\player\11

     [echo] playerglobal.version is 11.1

     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

 

check-air-home:

     [echo] AIR_HOME is C:\AdobeAIRSDK

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
Java Version: 1.8

 

thirdparty-downloads:

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

create-description:

     [echo] build.number is 20171027

 

prebuild:

 

modules:

 

thirdparty-downloads:

 

batik-jars-check:

 

batik-jars:

 

commons-collections-jar-check:

 

commons-collections-jar:

 

commons-discovery-jar-check:

 

commons-discovery-jar:

 

commons-logging-jar-check:

 

commons-logging-jar:

 

commons-jars:

 

javacc-jar-check:

 

javacc-jar:

 

saxon9-jar-check:

 

saxon9-jar:

 

velocity-jars-check:

 

velocity-jars:

 

xalan-jar-check:

 

xalan-jar:

 

xerces-jars-check:

 

xerces-jars:

 

flex-tool-api-jar-check:

 

flex-tool-api-jar:

 

blazeds-jar-check:

 

blazeds-jar:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

xerces-patch:

 

clean:

   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 10 source files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

     [copy] Copying 4 files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

 

jar:

     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

     [echo] Building lib/xercesPatch.jar

      [jar] Building jar: c:\flex-sdk\lib\external\xercesPatch.jar

 

dev:

 

main:

 

batik:

 

batik-jars-check:

 

batik-jars:

 

init:

     [echo]  == Apache Batik 1.7 build file ================================

     [echo]

     [echo]     JAVA_HOME:       C:\Program Files\Java\jdk1.8.0_121

     [echo]     VM:              25.121-b13, Oracle Corporation

     [echo]     javac.source:    1.6

     [echo]     javac.target:    1.6

 

compile-prepare:

     [echo] debug true, optimize on, deprecation off

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 13 source files to
c:\flex-sdk\modules\thirdparty\batik\classes

    [javac] Note:
c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\
AWTEventDispatcher.java uses unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

 

determine-svn-revision-from-file:

 

determine-svn-revision-set:

 

batik-all-flex-jar:

     [echo] Implementation-Title: Apache Batik all-in-one JAR - Fork of
Batik 1.7

     [echo] Implementation-Version: 1.7+r608262 Build 0

     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows 10 10.0
amd64, Java 1.8.0_121-b13])

      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

 

velocity:

     [echo] This target should be run with Java 1.4.2_14. It doesn't work
with Java 1.5.

     [echo] Note that velocity builds with several 'enum' is a keyword
warnings.

 

velocity-jars-check:

 

velocity-jars:

 

env:

     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

     [echo] user.home = C:\Users\cruzmiester

     [echo] java.class.path =
C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.j
ar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-a
pache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9
.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\a
pache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apac
he-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-
1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-
ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\ap
ache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apach
e-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apac
he-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:
\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar
;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Pr
ogram Files\Java\jdk1.8.0_121\lib\tools.jar

     [echo]

 

prepare:

 

compile:

    [javac] c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

 

compile-copy:

 

collections-support:

    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar
into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

 

jar-dep-flex:

    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

 

thirdparty:

 

asc:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\asc\build\java\classes

   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

classes:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 249 source files to
c:\flex-sdk\modules\asc\build\java\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

      [jar] Building MANIFEST-only jar:
c:\flex-sdk\modules\asc\lib\abcdump.jar

      [jar] Building MANIFEST-only jar: c:\flex-sdk\modules\asc\lib\ash.jar

 

main:

     [copy] Copying 1 file to c:\flex-sdk\lib

 

swfutils:

 

clean:

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 203 source files to
c:\flex-sdk\modules\swfutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\swfutils\classes\META-INF

     [echo] Building lib/swfutils.jar

      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

     [echo] Building lib/swfdump.jar

      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

 

dev:

 

main:

 

fxgutils:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\fxgutils\classes

 

prepare:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
c:\flex-sdk\modules\fxgutils

    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 144 source files to
c:\flex-sdk\modules\fxgutils\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] 4 warnings

     [copy] Copying 17 files to c:\flex-sdk\modules\fxgutils\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\fxgutils\classes\META-INF

     [echo] Building lib/fxgutils.jar

      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

 

dev:

 

main:

 

compiler:

 

clean:

   [delete] Deleting: c:\flex-sdk\modules\compiler\src\java\velocity.log

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes

   [delete] Deleting directory c:\flex-sdk\modules\compiler\classes15

 

javacc:

     [java] Java Compiler Compiler Version 5.0 (Parser Generator)

     [java] (type "javacc" with no arguments for help)

     [java] Reading from file
c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

     [java] File "TokenMgrError.java" does not exist.  Will create one.

     [java] File "ParseException.java" does not exist.  Will create one.

     [java] File "Token.java" does not exist.  Will create one.

     [java] File "TokenManager.java" does not exist.  Will create one.

     [java] Parser generated successfully.

 

prepare:

     [echo] c:\flex-sdk\modules\compiler\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 519 source files to
c:\flex-sdk\modules\compiler\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: Some input files use or override 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.

    [javac] 4 warnings

 

set-build-num:

   [delete] Deleting:
c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

 

templates:

     [echo] Building serialized velocity templates.

     [copy] Copying 12 files to c:\flex-sdk\modules\compiler\classes

 

localization:

     [echo] Copying localization files.

     [copy] Copying 210 files to c:\flex-sdk\modules\compiler\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\compiler\classes\META-INF

     [echo] Building lib/mxmlc.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

     [echo] Building lib/mxmlc_ja.jar

      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

 

other-jars:

     [echo] Building lib/compc.jar

      [jar] Building jar: c:\flex-sdk\lib\compc.jar

     [echo] Building lib/asdoc.jar

      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

     [echo] Building lib/fcsh.jar

      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

     [echo] Building lib/flex-compiler-oem.jar

      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

     [echo] Building lib/optimizer.jar

      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

     [echo] Building lib/digest.jar

      [jar] Building jar: c:\flex-sdk\lib\digest.jar

     [echo] Building lib/swcdepends.jar

      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

     [echo] Building lib/copylocale.jar

      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

 

dev:

 

main:

 

debugger:

 

clean:

   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

   [delete] Deleting directory c:\flex-sdk\modules\debugger\classes

 

available:

 

prepare:

     [echo] c:\flex-sdk\modules\debugger\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

 

run-depend:

     [echo] Removing class files that changed and dependent class files.

 

compile:

    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 141 source files to
c:\flex-sdk\modules\debugger\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
22: warning: LocaleUtility is internal proprietary API and may be removed in
a future release

    [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;

    [javac]                                             ^

    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
495: warning: LocaleUtility is internal proprietary API and may be removed
in a future release

    [javac]
getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

    [javac]                                                            ^

    [javac] Note: Some input files use or override a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 warnings

     [copy] Copying 83 files to c:\flex-sdk\modules\debugger\classes

 

jar:

    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\debugger\classes\META-INF

     [echo] Building lib/fdb.jar

      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

 

dev:

 

main:

 

antTasks:

 

clean:

   [delete] Deleting directory c:\flex-sdk\modules\antTasks\classes

   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

 

prepare:

     [echo] c:\flex-sdk\modules\antTasks\build.xml

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

 

compile:

    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 25 source files to
c:\flex-sdk\modules\antTasks\classes

    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5

    [javac] warning: [options] source value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] target value 1.5 is obsolete and will be
removed in a future release

    [javac] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.

    [javac] Note: c:\flex-sdk\modules\antTasks\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.

    [javac] 4 warnings

 

jar:

     [echo] Building lib/flexTasks.jar

    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

     [copy] Copying 1 file to c:\flex-sdk\modules\antTasks\classes\META-INF

      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

 

dev:

 

main:

 

modules:

 

main:

 

frameworks:

 

check-compile-env:

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-playerglobal-home:

 

check-air-home:

 

check-tlf-home:

 

check-compile-env:

     [echo] OS: Windows 10 / 10.0 / amd64

     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

     [echo] Java: 1.8.0_121

     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April 9 2016 Ant
Java Version: 1.8

 

check-tlf-home:

 

automation-clean:

 

bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

automation_agent_bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

     [echo] IN bundles clean

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

tool_air_bundles-clean:

 

clean:

 

airsdk-clean:

 

clean:

   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

   [delete] Deleting: c:\flex-sdk\frameworks\airmobile-config.xml

[available] DEPRECATED - <available> used to override an existing property.

[available]   Build file should not reuse the same property name for
different values.

 

check-tlf-home:

 

bundles-clean:

 

clean-external:

     [echo] cleaning c:\flex-sdk/../flex-tlf

     [echo] FLEX_HOME is c:\flex-sdk

     [echo] Minimal test is set false

 

clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

assets-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

bundles-clean:

 

clean:

 

clean:

 

clean:

 

clean:

   [delete] Deleting directory c:\flex-sdk\frameworks\libs

   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

 

local-fonts-snapshot:

    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

 

thirdparty-downloads:

 

pixelbender-check:

 

pixelbender-download:

 

swfobject-check:

 

swfobject-download:

 

swfobject-fabridge-download:

 

osmf-check:

 

osmf-download:

 

download-osmf-swc:

     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

 

font-jars-check:

 

ask-font:

 

get-font-jars:

 

font-jars:

 

clean-adobe-flex-sdk:

 

optional-downloads:

 

main:

     [echo] Use thirdparty-clean or super-clean to remove these.

 

prepare:

 

playerglobal-setswfversion:

 

flex-config:

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

     [copy] Copying 1 file to c:\flex-sdk\frameworks

 

compile:

 

framework:

 

bundles-clean:

 

assets-clean:

 

clean:

 

assets-compile:

 

BUILD FAILED

c:\flex-sdk\build.xml:393: The following error occurred while executing this
line:

c:\flex-sdk\frameworks\build.xml:112: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\build.xml:449: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\projects\framework\build.xml:241:
C:\flex-sdk\frameworks\libs\player\11 does not exist.

 

Total time: 22 seconds

 

c:\flex-sdk>Microsoft Windows [Version 10.0.10586]

'Microsoft' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>(c) 2015 Microsoft Corporation. All rights reserved.

2015 was unexpected at this time.

 

c:\flex-sdk>

c:\flex-sdk>C:\Windows\system32>cd/

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>C:\>cd c:/flex-sdk

'C:\' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be
downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>You must specify a buildfile when using the -buildfile argument

'You' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>dir *.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume in drive C has no label.

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk> Volume Serial Number is 04E2-978C

'Volume' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk> Directory of c:\flex-sdk

'Directory' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>10/25/2017  08:14 PM            22,272
apache-flex-sdk-installer-config.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            72,951 ApproveSDK.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            90,029 build.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM               996 flex-sdk-description.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,366 flexunit-tests.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:17 PM            48,975 installer.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            14,259 jenkins.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM             4,857 pixelbender.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/25/2017  08:14 PM            28,396 releasecandidate.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>10/26/2017  01:19 PM            74,700
sdk-installer-config-4.0.xml

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>              10 File(s)        361,801 bytes

'10' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>               0 Dir(s)  15,733,698,560 bytes free

'0' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be
downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/O
SMF2_0.swc?format=raw to c:\flex-sdk\in\osmf.swc

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:105: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:117: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be
downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 second

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe
Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2
license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download
are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit
-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using
and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the
applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party
terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?forma
t=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?forma
t=raw to c:\flex-sdk\in\afe.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:309: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:323: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be
downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 7 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe
Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2
license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download
are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit
-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using
and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the
applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party
terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?fo
rmat=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?fo
rmat=raw to c:\flex-sdk\in\aglj40.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:310: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:335: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: aglj40.jar could not
be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 4 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe
Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2
license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download
are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit
-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using
and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the
applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party
terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?for
mat=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get]
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?for
mat=raw moved to
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?fo
rmat=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/rideau.jar?for
mat=raw to c:\flex-sdk\in\rideau.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:311: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:347: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: rideau.jar could not
be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe
Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2
license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download
are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit
-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using
and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the
applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party
terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.j
ar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get]
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.j
ar?format=raw moved to
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.
jar?format=raw

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Error getting
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/flex-fontkit.j
ar?format=raw to c:\flex-sdk\in\flex-fontkit.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Need file: ${still_no_file}

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:157: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:100: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:285: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:312: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:359: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\downloads.xml:422: flex-fontkit.jar could
not be downloaded or found in cache

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 3 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Apache Flex can optionally integrate with Adobe's
embedded font support.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This feature requires a few font jars from the Adobe
Flex SDK.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] The Adobe SDK license agreement for Adobe Flex 4.6
applies to these jars.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] This license is not compatible with the Apache v2
license.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] All files contained in this Adobe Flex SDK download
are subject to and governed by the

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe Flex SDK License Agreement specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit
-combined-20110916_0930.pdf,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] By downloading, modifying, distributing, using
and/or accessing any files in this Adobe Flex SDK,

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] you agree to the terms and conditions of the
applicable end user license agreement.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] In addition to the Adobe license terms, you also
agree to be bound by the third-party terms specified here:

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]     http://www.adobe.com/products/eula/third_party/.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Adobe recommends that you review these third-party
terms.

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input]

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [input] Do you want to install these jars from the Adobe
Flex SDK? (y, [n])

'[input]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>y

'y' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-adobe-flex-dependencies:

'get-adobe-flex-dependencies:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-afe:

'download-afe:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-aglj40:

'download-aglj40:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-rideau:

'download-rideau:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-flex-fontkit:

'download-flex-fontkit:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to c:\flex-sdk\lib\external\optional

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\afe.jar to
c:\flex-sdk\lib\external\optional\afe.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\aglj40.jar to
c:\flex-sdk\lib\external\optional\aglj40.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-fontkit.jar to
c:\flex-sdk\lib\external\optional\flex-fontkit.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\rideau.jar to
c:\flex-sdk\lib\external\optional\rideau.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\batik-src-1.7.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\batik-src-1.7.zip into
c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 27 files to
c:\flex-sdk\modules\thirdparty\batik\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\in\batik-1.7\lib\README.xml-apis-ext.txt to
c:\flex-sdk\lib\external\README.xml-apis-ext.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\in\batik-1.7\lib\xml-apis-ext.jar to
c:\flex-sdk\lib\external\xml-apis-ext.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis-ext.jar
into c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 5 files to
c:\flex-sdk\lib\external\xml-apis-ext-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\lib\external\xml-apis-ext-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\batik-1.7

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/commons/collections/binaries/commons-collecti
ons-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-collections-3.0.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding:
c:\flex-sdk\in\commons-collections-3.0.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\in\commons-collections-3.0\commons-collections-3.0.jar to
c:\flex-sdk\lib\external\commons-collections.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\in\commons-collections-3.0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-
0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-discovery-0.2.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding:
c:\flex-sdk\in\commons-discovery-0.2.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\in\commons-discovery-0.2\commons-discovery.jar to
c:\flex-sdk\lib\external\commons-discovery.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\in\commons-discovery-0.2

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.
4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\commons-logging-1.0.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding:
c:\flex-sdk\in\commons-logging-1.0.4.tar.gz into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\in\commons-logging-1.0.4\commons-logging.jar to
c:\flex-sdk\lib\external\commons-logging.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\in\commons-logging-1.0.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-jar:

'download-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.
0/javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\lib\external\javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get]
http://search.maven.org/remotecontent?filepath=net/java/dev/javacc/javacc/5.
0/javacc-5.0.jar moved to
https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [move] Moving 1 file to c:\flex-sdk\lib\external

'[move]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.
0.8.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\saxon9.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 11 files to
c:\flex-sdk\lib\external\saxon9-NOTICES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-ANT.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-ANT.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-RESOLVER.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-RESOLVER.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\APACHE-XERCES.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\APACHE-XERCES.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\CERN.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\CERN.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\FRIJTERS.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\FRIJTERS.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\GPL+CLASSPATH.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\GPL+CLASSPATH.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\JAMESCLARK.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\JAMESCLARK.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\LEGAL.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\LEGAL.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\LICENSE.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\LICENSE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\THAI.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\THAI.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying
c:\flex-sdk\licenseParts\saxon9-NOTICES\UNICODE.txt to
c:\flex-sdk\lib\external\saxon9-NOTICES\UNICODE.txt

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\saxon9.jar to
c:\flex-sdk\lib\external\saxon9.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-zip-check:

'velocity-zip-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-download-zip:

'velocity-download-zip:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\velocity-1.4.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\velocity-1.4.tar.gz into
c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 13 files to
c:\flex-sdk\modules\thirdparty\velocity\build\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\velocity-1.4

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [untar] Expanding: c:\flex-sdk\in\xalan-j_2_6_0-bin.tar.gz
into c:\flex-sdk\in

'[untar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xalan-j_2_6_0\bin\xalan.jar
to c:\flex-sdk\lib\external\xalan.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xalan.jar into
c:\flex-sdk\lib\external\xalan-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xalan-j_2_6_0

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-zip:

'download-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-zip:

'get-zip:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-sum:

'check-sum:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-with-message:

'fail-with-message:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>untar-file:

'untar-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>unzip-file:

'unzip-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\in\Xerces-J-bin.2.9.1.zip
into c:\flex-sdk\in

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>copy-downloaded-jar:

'copy-downloaded-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\xerces-2_9_1\xercesImpl.jar
to c:\flex-sdk\lib\external\xercesImpl.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding: c:\flex-sdk\lib\external\xml-apis.jar
into c:\flex-sdk\lib\external\xml-apis-LICENSES

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to
c:\flex-sdk\lib\external\xml-apis-LICENSES

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\lib\external\xml-apis-LICENSES\license

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 3 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 6 files to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\in\xerces-2_9_1

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-ap
i/1.0.0/flex-tool-api-1.0.0.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-tool-api.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-tool-api.jar to
c:\flex-sdk\lib\external\flex-tool-api.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] Getting:
https://search.maven.org/remotecontent?filepath=org/apache/flex/blazeds/flex
-messaging-common/4.7.2/flex-messaging-common-4.7.2.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [get] To: c:\flex-sdk\in\flex-messaging-common.jar

'[get]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>double-check-file:

'double-check-file:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-from-cache-if-needed:

'get-from-cache-if-needed:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fail-if-not-found:

'fail-if-not-found:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib\external

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying c:\flex-sdk\in\flex-messaging-common.jar to
c:\flex-sdk\lib\external\flex-messaging-common.jar

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar:
c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file
================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program
Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\batik\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 1315 source files to
c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\batik\batik-1.7

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\batik\batik-1.7\docs

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\batik\batik-1.7\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR -
Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-193524-EDT (cruzmiester [Windows
10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It
doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a
keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path =
C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.j
ar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-a
pache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9
.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\a
pache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apac
he-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-
1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-
ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\ap
ache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apach
e-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apac
he-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:
\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar
;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Pr
ogram Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 197 files to
c:\flex-sdk\modules\thirdparty\velocity\bin\src

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 196 source files to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.4

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.4 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.4 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 2 files to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\ve
locity\runtime\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\org\apache\flex\forks\ve
locity\texen\defaults

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar
into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar:
c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to
c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar:
c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar:
c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to
c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to
c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to
c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser
Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file
c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to
c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting:
c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to
c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to
c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to
c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
22: warning: LocaleUtility is internal proprietary API and may be removed in
a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import
com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
495: warning: LocaleUtility is internal proprietary API and may be removed
in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to
c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to
c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note:
c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a
deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting:
c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241:
C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 1 minute 16 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:195: The file
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc does not exist

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 0 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>c:\flex-sdk>ant -f build.xml

'c:\flex-sdk' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>Buildfile: c:\flex-sdk\build.xml

'Buildfile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>     [echo] PLAYERGLOBAL_HOME is
C:\flex-sdk\frameworks\libs\player\11

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.version is 11.1

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] playerglobal.swc is
C:\flex-sdk\frameworks\libs\player\11/11.1/playerglobal.swc

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] AIR_HOME is C:\AdobeAIRSDK

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>create-description:

'create-description:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] build.number is 20171027

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prebuild:

'prebuild:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar-check:

'commons-collections-jar-check:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-collections-jar:

'commons-collections-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar-check:

'commons-discovery-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-discovery-jar:

'commons-discovery-jar:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar-check:

'commons-logging-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-logging-jar:

'commons-logging-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>commons-jars:

'commons-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar-check:

'javacc-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc-jar:

'javacc-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar-check:

'saxon9-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>saxon9-jar:

'saxon9-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar-check:

'xalan-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xalan-jar:

'xalan-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars-check:

'xerces-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-jars:

'xerces-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar-check:

'flex-tool-api-jar-check:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-tool-api-jar:

'flex-tool-api-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar-check:

'blazeds-jar-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>blazeds-jar:

'blazeds-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>xerces-patch:

'xerces-patch:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\thirdparty\xerces-patch\build.xml:52: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 10 source files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 4 files to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\xerces-patch\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/xercesPatch.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar:
c:\flex-sdk\lib\external\xercesPatch.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik:

'batik:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars-check:

'batik-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-jars:

'batik-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>init:

'init:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]  == Apache Batik 1.7 build file
================================

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     JAVA_HOME:       C:\Program
Files\Java\jdk1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     VM:              25.121-b13, Oracle Corporation

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.source:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]     javac.target:    1.6

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-prepare:

'compile-prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] debug true, optimize on, deprecation off

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\thirdparty\batik\build.xml:1024:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 13 source files to
c:\flex-sdk\modules\thirdparty\batik\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note:
c:\flex-sdk\modules\thirdparty\batik\sources-1.4\org\apache\batik\gvt\event\
AWTEventDispatcher.java uses unchecked or unsafe operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-from-file:

'determine-svn-revision-from-file:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>determine-svn-revision-set:

'determine-svn-revision-set:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>batik-all-flex-jar:

'batik-all-flex-jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Title: Apache Batik all-in-one JAR -
Fork of Batik 1.7

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Implementation-Version: 1.7+r608262 Build 0

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Build-Id: 20171027-194145-EDT (cruzmiester [Windows
10 10.0 amd64, Java 1.8.0_121-b13])

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\batik-all-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity:

'velocity:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] This target should be run with Java 1.4.2_14. It
doesn't work with Java 1.5.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Note that velocity builds with several 'enum' is a
keyword warnings.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars-check:

'velocity-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>velocity-jars:

'velocity-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>env:

'env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.home = C:\Program Files\Java\jdk1.8.0_121\jre

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] user.home = C:\Users\cruzmiester

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] java.class.path =
C:\apache-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-antlr.j
ar;C:\apache-ant-1.9.7\lib\ant-apache-bcel.jar;C:\apache-ant-1.9.7\lib\ant-a
pache-bsf.jar;C:\apache-ant-1.9.7\lib\ant-apache-log4j.jar;C:\apache-ant-1.9
.7\lib\ant-apache-oro.jar;C:\apache-ant-1.9.7\lib\ant-apache-regexp.jar;C:\a
pache-ant-1.9.7\lib\ant-apache-resolver.jar;C:\apache-ant-1.9.7\lib\ant-apac
he-xalan2.jar;C:\apache-ant-1.9.7\lib\ant-commons-logging.jar;C:\apache-ant-
1.9.7\lib\ant-commons-net.jar;C:\apache-ant-1.9.7\lib\ant-jai.jar;C:\apache-
ant-1.9.7\lib\ant-javamail.jar;C:\apache-ant-1.9.7\lib\ant-jdepend.jar;C:\ap
ache-ant-1.9.7\lib\ant-jmf.jar;C:\apache-ant-1.9.7\lib\ant-jsch.jar;C:\apach
e-ant-1.9.7\lib\ant-junit.jar;C:\apache-ant-1.9.7\lib\ant-junit4.jar;C:\apac
he-ant-1.9.7\lib\ant-launcher.jar;C:\apache-ant-1.9.7\lib\ant-netrexx.jar;C:
\apache-ant-1.9.7\lib\ant-swing.jar;C:\apache-ant-1.9.7\lib\ant-testutil.jar
;C:\apache-ant-1.9.7\lib\ant.jar;C:\apache-ant-1.9.7\lib\flexTasks.jar;C:\Pr
ogram Files\Java\jdk1.8.0_121\lib\tools.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo]

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\thirdparty\velocity\build\build.xml:212: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile-copy:

'compile-copy:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>collections-support:

'collections-support:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\commons-collections.jar
into c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar-dep-flex:

'jar-dep-flex:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\logkit-1.0.1.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [unzip] Expanding:
c:\flex-sdk\modules\thirdparty\velocity\build\lib\oro.jar into
c:\flex-sdk\modules\thirdparty\velocity\bin\classes

'[unzip]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\meta-inf

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar:
c:\flex-sdk\lib\velocity-dep-1.4-flex.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\thirdparty\velocity\bin\classes\META-INF

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty:

'thirdparty:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>asc:

'asc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\asc\build\java\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\modules\asc\lib

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>classes:

'classes:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\asc\lib

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\asc\build\java\build.xml:157:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 249 source files to
c:\flex-sdk\modules\asc\build\java\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\asc\build\java\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\modules\asc\lib\asc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar:
c:\flex-sdk\modules\asc\lib\abcdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building MANIFEST-only jar:
c:\flex-sdk\modules\asc\lib\ash.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\lib

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfutils:

'swfutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\swfutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\swfutils\build.xml:47: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 203 source files to
c:\flex-sdk\modules\swfutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\swfutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\swfutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swfdump.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swfdump.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>fxgutils:

'fxgutils:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\fxgutils\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\fxgutils\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] basedir c:\flex-sdk\modules\fxgutils module.dir
c:\flex-sdk\modules\fxgutils

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\fxgutils\build.xml:48: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 144 source files to
c:\flex-sdk\modules\fxgutils\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 17 files to
c:\flex-sdk\modules\fxgutils\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\fxgutils\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fxgutils.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fxgutils.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compiler:

'compiler:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting:
c:\flex-sdk\modules\compiler\src\java\velocity.log

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\compiler\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\compiler\classes15

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>javacc:

'javacc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Java Compiler Compiler Version 5.0 (Parser
Generator)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] (type "javacc" with no arguments for help)

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Reading from file
c:\flex-sdk\modules\compiler/src/java/flex2/compiler/mxml/Grammar.jj . . .

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenMgrError.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "ParseException.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "Token.java" does not exist.  Will create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] File "TokenManager.java" does not exist.  Will
create one.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [java] Parser generated successfully.

'[java]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\compiler\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\compiler\classes15

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\compiler\build.xml:115: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 519 source files to
c:\flex-sdk\modules\compiler\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use or override a deprecated
API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>set-build-num:

'set-build-num:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting:
c:\flex-sdk\modules\compiler\classes\flex2\tools\version.properties

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>templates:

'templates:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building serialized velocity templates.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 12 files to
c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>localization:

'localization:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Copying localization files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 210 files to
c:\flex-sdk\modules\compiler\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\compiler\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\compiler\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/mxmlc_ja.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\mxmlc_ja.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>other-jars:

'other-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/compc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\compc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/asdoc.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\asdoc.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fcsh.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fcsh.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flex-compiler-oem.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flex-compiler-oem.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/optimizer.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\optimizer.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/digest.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\digest.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/swcdepends.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\swcdepends.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/copylocale.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\copylocale.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>debugger:

'debugger:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\fdb.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\debugger\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>available:

'available:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\debugger\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\debugger\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>run-depend:

'run-depend:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Removing class files that changed and dependent
class files.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\debugger\build.xml:68: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 141 source files to
c:\flex-sdk\modules\debugger\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
22: warning: LocaleUtility is internal proprietary API and may be removed in
a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] import
com.sun.org.apache.xml.internal.utils.LocaleUtility;

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]                                             ^

More?     [javac]
c:\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:
495: warning: LocaleUtility is internal proprietary API and may be removed
in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac]
^

More?     [javac] Note: Some input files use or override a deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 6 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 83 files to
c:\flex-sdk\modules\debugger\classes

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\debugger\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\debugger\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/fdb.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\fdb.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>antTasks:

'antTasks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory
c:\flex-sdk\modules\antTasks\classes

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\lib\flexTasks.jar

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] c:\flex-sdk\modules\antTasks\build.xml

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir: c:\flex-sdk\modules\antTasks\classes

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] c:\flex-sdk\modules\antTasks\build.xml:64: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Compiling 25 source files to
c:\flex-sdk\modules\antTasks\classes

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] source value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] target value 1.5 is obsolete and
will be removed in a future release

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] warning: [options] To suppress warnings about
obsolete options, use -Xlint:-options.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note:
c:\flex-sdk\modules\antTasks\src\flex\ant\FlexTask.java uses or overrides a
deprecated API.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:deprecation for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Some input files use unchecked or unsafe
operations.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] Note: Recompile with -Xlint:unchecked for details.

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [javac] 4 warnings

'[javac]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>jar:

'jar:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Building lib/flexTasks.jar

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [mkdir] Created dir:
c:\flex-sdk\modules\antTasks\classes\META-INF

'[mkdir]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to
c:\flex-sdk\modules\antTasks\classes\META-INF

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>      [jar] Building jar: c:\flex-sdk\lib\flexTasks.jar

'[jar]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>dev:

'dev:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>modules:

'modules:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>frameworks:

'frameworks:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-playerglobal-home:

'check-playerglobal-home:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-air-home:

'check-air-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-compile-env:

'check-compile-env:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] OS: Windows 10 / 10.0 / amd64

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.121-b13

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Java: 1.8.0_121

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Ant: Apache Ant(TM) version 1.9.7 compiled on April
9 2016 Ant Java Version: 1.8

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation-clean:

'automation-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>automation_agent_bundles-clean:

'automation_agent_bundles-clean:' is not recognized as an internal or
external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] IN bundles clean

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>tool_air_bundles-clean:

'tool_air_bundles-clean:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>airsdk-clean:

'airsdk-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\flex-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\air-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting:
c:\flex-sdk\frameworks\airmobile-config.xml

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>[available] DEPRECATED - <available> used to override an
existing property.

The system cannot find the file specified.

 

c:\flex-sdk>[available]   Build file should not reuse the same property name
for different values.

'[available]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>check-tlf-home:

'check-tlf-home:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-external:

'clean-external:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] cleaning c:\flex-sdk/../flex-tlf

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] FLEX_HOME is c:\flex-sdk

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Minimal test is set false

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting directory c:\flex-sdk\frameworks\libs

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\localFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\macFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>   [delete] Deleting: c:\flex-sdk\frameworks\winFonts.ser

'[delete]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>local-fonts-snapshot:

'local-fonts-snapshot:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\localFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\macFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>    [touch] Creating c:\flex-sdk\frameworks\winFonts.ser

'[touch]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>thirdparty-downloads:

'thirdparty-downloads:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-check:

'pixelbender-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>pixelbender-download:

'pixelbender-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-check:

'swfobject-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-download:

'swfobject-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>swfobject-fabridge-download:

'swfobject-fabridge-download:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-check:

'osmf-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>osmf-download:

'osmf-download:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>download-osmf-swc:

'download-osmf-swc:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks\libs

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars-check:

'font-jars-check:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>ask-font:

'ask-font:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>get-font-jars:

'get-font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>font-jars:

'font-jars:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean-adobe-flex-sdk:

'clean-adobe-flex-sdk:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>optional-downloads:

'optional-downloads:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>main:

'main:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [echo] Use thirdparty-clean or super-clean to remove these.

'[echo]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>prepare:

'prepare:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>playerglobal-setswfversion:

'playerglobal-setswfversion:' is not recognized as an internal or external
command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>flex-config:

'flex-config:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>     [copy] Copying 1 file to c:\flex-sdk\frameworks

'[copy]' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>compile:

'compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>framework:

'framework:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>bundles-clean:

'bundles-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-clean:

'assets-clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>clean:

'clean:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>assets-compile:

'assets-compile:' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

c:\flex-sdk>BUILD FAILED

'BUILD' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>c:\flex-sdk\build.xml:393: The following error occurred while
executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:112: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\build.xml:449: The following error
occurred while executing this line:

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>c:\flex-sdk\frameworks\projects\framework\build.xml:241:
C:\flex-sdk\frameworks\libs\player\11 does not exist.

The filename, directory name, or volume label syntax is incorrect.

 

c:\flex-sdk>

c:\flex-sdk>Total time: 22 seconds

'Total' is not recognized as an internal or external command,

operable program or batch file.

 

c:\flex-sdk>

 

From: Carlos Cruz [mailto:carlos@nbtbizcapital.com] 
Sent: Friday, October 27, 2017 5:33 PM
To: users@royale.apache.org
Subject: royale build error

 

When I try to build royale I get the following error:

BUILD FAILED

C:\flex-sdk\build.xml:157: The following error occurred while executing this
line:

C:\flex-sdk\frameworks\build.xml:100: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:105: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:117: The following error occurred while
executing this line:

C:\flex-sdk\frameworks\downloads.xml:422: osmf.swc could not be downloaded
or found in cache

 

I can fix this error if I manually download the file and rename it,  as it
downloads a file named osmf2_0.swf

 

But then I get the following error

c:\flex-sdk\build.xml:157: The following error occurred while executing this
line:

c:\flex-sdk\frameworks\build.xml:100: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:285: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:309: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:323: The following error occurred while
executing this line:

c:\flex-sdk\frameworks\downloads.xml:422: afe.jar could not be downloaded or
found in cache

 

I'm I being obtuse or I'm I missing something?

 

Carlos